My Oracle Support Banner

MERGE INTO user_sdo_geom_metadata Fails with ORA-03113, ORA-07445 [kxtoiobi()+290] or ORA-24330, ORA-06512, ORA-04088 (Doc ID 2439242.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Spatial and Graph - Version 11.2.0.2 to 12.1.0.2 [Release 11.2 to 12.1]
Information in this document applies to any platform.

Symptoms

A MERGE INTO statement:

MERGE INTO target_table
USING source_table
ON search_condition
  WHEN NOT MATCHED THEN
  INSERT (col1,col2,...)
  VALUES (value1,value2,...);

Where target_table is USER_SDO_GEOM_METADATA

Fails with ORA-24330, ORA-06512, and ORA-04088:

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.