ORA-12899 while generating explain plan
(Doc ID 2948371.1)
Last updated on MAY 11, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 18.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Unable to generate explain plan in the database when length of object name is exceeded in plan_table.
Error :
SQL> explain plan for select * from T1_TEMP_TABLE_CREATE_TESTCASEDOCS;
explain plan for select * from T1_TEMP_TABLE_CREATE_TESTCASEDOCS
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-12899: value too large for column "TEST"."PLAN_TABLE"."OBJECT_NAME" (actual: 33, maximum: 32)
Changes
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 |
Changes |
Cause |
Solution |
References |