7.142 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 |
|
|
Total number of waits from this wait class |
|
|
Total amount of time spent in waits from this wait class (in hundredths of a second) |
|
|
Total number of waits from this wait class, from foreground sessions |
|
|
Total amount of time spent in waits from this wait class, from foreground sessions (in hundredths of a second) |
|
|
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 |