Drop a queue.
Syntax DROP QUEUE queue[;] DROP QUEUE database.[schema].queue [;] DROP QUEUE schema.queue [;] Key queue The queue to be removed.
This command requires that no services are currently referring to the queue.
Example
DROP QUEUE MyQueue ;
"An Englishman, even if he is alone, forms an orderly queue of one" - George Mikes
Related commands:
CREATE QUEUE
ALTER QUEUE
Equivalent Oracle command: DBMS_JOB