ORA-24033
no recipients for message
Cause
An enqueue was performed on a queue that was set up for multiple consumers but there were neither explicit recipients specified in the call or were there any queue subscribers determined to be recipients for this message.
Action
Either pass a list of recipients in the enqueue call or add subscribers to the queue for receiving this message.
ORA-24033
no recipients for message
Cause
An enqueue was performed on a queue that has been set up for multiple dequeuers but there were neither explicit recipients specified in the call nor were any queue subscribers determined to be recipients for this message.
Action
Either pass a list of recipients in the enqueue call or add subscribers to the queue for receiving this message.
ORA-24033
no recipients for message
Cause
An enqueue was performed on a queue that has been set up for multiple dequeuers but there were neither explicit recipients specified in the call nor were any queue subscribers determined to be recipients for this message.
Action
Either pass a list of recipients in the enqueue call or add subscribers to the queue for receiving this message.