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 


 

 

 


 

 

 
 

 resource manager wait events Tips

Oracle Database Tips by Donald BurlesonMarch 23, 2015

Question:  I need to get the resource manager wait event's description. I use Resource Manager in one of my databases and I can't to find the wait event's description. I know of only 'resmgr: become active' resource manager wait event.

Answer:  The Oracle docs note two main wait events associated with the Oracle resource manager, both visible in v$session. 

- resmgr: become active:  This indicates a real performance issue.  The session is waiting for a resource manager active session slot. The  'resmgr: become active' event happens when the resource manager is enabled and the number of active sessions in the session's current consumer group exceeds the current resource plan's active session limit for the users consumer group. To reduce the occurrence of the  'resmgr: become active' wait event, you increase the active session limit for the offending session's current consumer group.

- resmgr: cpu quantum:  This is just a notification that sessions are sharing CPU, not necessarily a performance problem.  The session is waiting to be allocated a quantum of cpu. This event occurs when the resource manager is enabled and is throttling CPU consumption. To reduce the occurrence of this wait event, increase the CPU allocation for the session's current consumer group.

This example script will count the occurrences of resource manager waits.  For full scripts, see the Oracle Script collection download.

select
   event,
   count(*)
from
   v$session
where
   event like "resmgr%'
group by
   event
having
   count(*) > 10
order by
   2 desc ;

   
Oracle Training from Don Burleson 

The best on site "Oracle training classes" are just a phone call away! You can get personalized Oracle training by Donald Burleson, right at your shop!

Oracle training
 
 


 

 

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.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster