Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 

 

ORA-25228 Error

Oracle Database Tips by Donald Burleson

Upon turning-on the Oracle 10g servererror trigger we were surprised to see tens of thousands of log entries for the ORA-25228 error.  Also, see my notes on using Oracle system triggers for complete details:

ERROR                                                NBR ERRORS
ORA-25228: timeout or end-of-fetch during message    17,193      
ORA-25254: time-out in LISTEN while waiting for a     2,865 
   

The Oracle docs note:

ORA-25254: time-out in LISTEN while waiting for a message
Cause: The specified wait time has elapsed and there were no messages for any of the agents in the agent-list.
Action: Try the LISTEN call with an appropriate time-out.
ORA-25228 timeout or end-of-fetch during message dequeue from string.string
Cause: User-specified dequeue wait time has passed or the end of the queue has been reached but no message has been retrieved.
Action: Try dequeue again with the appropriate WAIT_TIME or the FIRST_MESSAGE option

Logging all of these these ORA-25228 and ORA-25254 servererrors causes measurable overhead, and there was no reported problems with the application, which was using Oracle Streams replication.  We logged an SR on the ORA-25228 issue and also noted this on the web, suggesting that the ORA-25228 error may happen if a queue contains no messages:

We suspect that these are "noise" errors and should be suppressed so as not to cause excessive overhead for the servererror trigger.

***************************************************
 
 
 
Question: In pl/sql, is there a simple way to determine if a consumer is subscribed to a queue? It seems I get the same error message if there are no messages or if the consumer is not subscribed (ORA-25228: timeout or end-of-fetch during message dequeue from AQADM.QUE_JREX). I could query the _s table but is there a package procedure I could use?
 

Answer: You would have to write your own PL/SQL routine which would query the aq$<queuetablename>_s view.
 

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.