Oracle – Active Sessions Waiting for Scheduler

enterprise-manageroracleoracle-11gperformancerac

Load on my 11g RAC looks like this:

enter image description here

and I don't understand how to get insight into what this "scheduler" wait class is. It seems like "scheduler" that it refers to is the process that runs scheduled maintenance jobs? But can I see which jobs they are? All I see is normal queries waiting for the "scheduler".

The wait even class is "resmgr: cpu quantum"

Best Answer

They are Oracle Resource Manager waits. Resource Manager is a set of Oracle functionality that lets you prioritise work.

See the list of possible waits in the documentation.

Related Question