Error On Rollback: ORA-25263: No Message In Queue
(Doc ID 1380496.1)
Last updated on DECEMBER 20, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Multiple sessions are dequeueing messages from a queue simultaneously and it finds that the message is locked by session two and RETRY_COUNT is not incremented.
A trace file is then generated in the user_dump_destination for the instance with the following message:
Error on rollback: ORA-25263: no message in queue schema.qname with message ID ...
Changes
Build a little dequeue looping procedure, that dequeues and rolls back after dequeue.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |