ORA-25226
dequeue failed, queue string.string is not enabled for dequeue
Cause
The queue was not enabled for dequeue. Messages could not be consumed from the queue.
Action
- Verify the enable status by querying DBA_QUEUES view.
- If not enabled, use DBMS_AQADM.START_QUEUE interface to enable it.