My Oracle Support Banner

ORA-7445 [LpxFSMEvNext()+14012] raised when running MERGE statement (Doc ID 2109398.1)

Last updated on APRIL 12, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.4 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

ORA-7445 [LpxFSMEvNext()+14012] is raised when running a merge statement (example from trace file as follows)

MERGE INTO <owner>.<table> T USING (SELECT :B1 AS <column> FROM DUAL) V ON (T.<column> = V.<column>) WHEN MATCHED THEN UPDATE SET <column> = :B3 WHEN NOT MATCHED THEN INSERT ( <column>, ...) VALUES ( :B1 , :B4 , :B3 , XMLTYPE(:B2 ) )

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.