Oracle Solution for Error ora-24005

Solution for Oracle Error ORA-24005

ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables

What triggered the Error:

attempt was made to use the SQL command DROP TABLE for queue tables, but DROP TABLE is not supported for queue tables.

What should we do to fix it:

e the DBMS_AQADM.DROP_QUEUE_TABLE procedure instead of the DROP TABLE command.