7.141 V$CON_SYSTEM_WAIT_CLASS
V$CON_SYSTEM_WAIT_CLASS
displays the time totals for each registered wait class in a container.
Column | Datatype | Description |
---|---|---|
|
|
Identifier of the wait class |
|
|
Number of the wait class |
|
|
Name of the wait class |
|
|
Number of times waits of the class occurred |
|
|
Amount of time (in hundredths of a second) spent in the wait by all sessions |
|
|
Number of times waits from this wait class occurred in foreground sessions |
|
|
Amount of time (in hundredths of a second) spent in waits from this wait class in foreground sessions |
|
|
When queried from a non-CDB, time totals for each registered wait class in that instance are returned, and the When queried from the root of a CDB, time totals for each registered wait class in every container is returned, and the When queried from a PDB, time totals for each registered wait class in that PDB are returned, and the |