Database Error Messages

ORA-24011

cannot drop QUEUE, string should be stopped first

Cause

The queue was not stopped. Either enqueue or dequeue was still enabled.


Action

Stop the queue first using the STOP_QUEUE command to disable both enqueue and dequeue.