Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-25228: timeout or end-of-fetch during message dequeue

561611Oct 29 2007 — edited Sep 25 2008
Hello,

When waiting for new messages using JMS we have noticed that the Oracle drivers are throwing exceptions internally when there is nothing in the queue. The Exceptions don't propagate out of the driver and don't affect our JMS code but I still find the behaviour strange.

The error from the database is

ORA-25228: timeout or end-of-fetch during message dequeue from TEST.AQ$_TEST_QUEUE_TABLE_E
ORA-06512: at "SYS.DBMS_AQIN", line 571
ORA-06512: at line 1

Is there possibly anything wrong with our configuration? If this can be ignored then are there any performance problems with doing this?

The timeout appears to be 120 seconds and I'm not aware of conciously setting this myself.

Thanks,
Tom
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2008
Added on Oct 29 2007
2 comments
7,993 views