Migrating from 10.2 to 11.2 Errors For Sys.Dir$Cluster_Dir_Queue and Sys.Dir$Event_Queue
(Doc ID 1082723.1)
Last updated on JANUARY 31, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud 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
Information in this document applies to any platform.
Symptoms
After migrating from Oracle Apps 11.5.10.2 from Oracle Server 10.2.0.3 to Oracle Server 11.2, found some errors after executing auque2.sql in the Target instance:
BEGIN dbms_aqadm.start_queue(queue_name =>'SYS.DIR$EVENT_QUEUE',ENQUEUE =>TRUE, DEQUEUE =>TRUE); END;
*
ERROR at line 1:
ORA-24010: QUEUE SYS.DIR$EVENT_QUEUE does not exist
ORA-06512: at "SYS.DBMS_AQADM", line 270
ORA-06512: at line 1
BEGIN dbms_aqadm.start_queue(queue_name =>'SYS.DIR$CLUSTER_DIR_QUEUE',ENQUEUE =>TRUE, DEQUEUE =>TRUE); END;
*
ERROR at line 1:
ORA-24010: QUEUE SYS.DIR$CLUSTER_DIR_QUEUE does not exist
ORA-06512: at "SYS.DBMS_AQADM", line 270
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 |