Link to home
Start Free TrialLog in
Avatar of aoromero
aoromero

asked on

Drop Queue Table

How to resolved this error:

BEGIN

  SYS.DBMS_AQADM.DROP_QUEUE_TABLE

   (

    QUEUE_TABLE => 'AQSYNCADM.SQ_TABCPCARREFERENCI_TAB'

   );

END;

ORA-00942: table or view does not exist

ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4084

ORA-06512: at "SYS.DBMS_AQADM", line 197

ORA-06512: at line 2

ASKER CERTIFIED SOLUTION
Avatar of David VanZandt
David VanZandt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial