ORA-24005 Reported on finish_redef_table of the Dequeue Log (AQ$_%_L) Table
(Doc ID 1415432.1)
Last updated on MARCH 04, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.2 [Release 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
DBMS_REDEFINITION.FINISH_REDEF_TABLE fails with ORA-24005
BEGIN
DBMS_REDEFINITION.FINISH_REDEF_TABLE('<Schema>','<Table_name>','<Table_name>');
END;
/
failed:
BEGIN
*
ERROR at line 1:
ORA-42012: error occurred while completing the redefinition
ORA-24005: Inappropriate utilities used to perform DDL on AQ table <Schema>.<Table_name>
ORA-06512: at "SYS.DBMS_REDEFINITION", line 78
ORA-06512: at "SYS.DBMS_REDEFINITION", line 1680
ORA-06512: at line 2
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 |