hi Team,
I am dropping queue table i am getting below error ..
BEGIN
DBMS_AQADM.DROP_QUEUE_TABLE(QUEUE_TABLE => 'AQ$.QT_GIFT_REDEMPTIONS_S', FORCE => TRUE);
END;
/
Error report -
ORA-24002: QUEUE_TABLE AQ$.QT_GIFT_REDEMPTIONS_S does not exist
ORA-06512: at "SYS.DBMS_AQADM", line 240
ORA-06512: at line 2
24002. 00000 - "QUEUE_TABLE %s does not exist"
*Cause: Queue_table not exist.
*Action: Query on the user view USER_QUEUE_TABLES to find out existing queue
tables.