ORA-24011: cannot drop QUEUE, string should be stopped first
What triggered the Error:
e queue has not been stopped i.e. either enqueue or dequeue is still enabled.What should we do to fix it:
op the queue first using the STOP_QUEUE command and disable it from both enqueueing and dequeueing.