ERROR | must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables |
CAUSE | An attempt was made to use the SQL command DROP TABLE for queue tables, but DROP TABLE is not supported for queue tables. |
ACTION | Use the DBMS_AQADM.DROP_QUEUE_TABLE procedure instead of the DROP TABLE command. |