ORA-29532 During Create, Drop And Alter Table or Dropping a user statements
(Doc ID 779846.1)
Last updated on JANUARY 31, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.3 and laterOracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud 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
When creating a table you may get the following error:
SQL> create table table1 (x number);
create table table1 (x number)
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.ExceptionInInitializerError
ORA-06512: at "SYS.DBMS_CDC_IPUBLISH", line 12
ORA-06512: at line 5
Error messages may appear also during drop or alter table.
Similar error may appear on when alter or dropping a table or even dropping a user.
Changes
You have validated and enabled all triggers on database
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 |