Oracle Solution for Error ora-25253

Solution for Oracle Error ORA-25253

ORA-25253: listen failed, queue string.string is not enabled for dequeue

What triggered the Error:

attempt was made to specify a queue that is not enabled for dequeue in a LISTEN call.

What should we do to fix it:

able the queue for dequeue using START_QUEUE, and retry the LISTEN call.