V$CON_SYSTEM_EVENT
displays information on total waits for an event in a container. Note that the TIME_WAITED
and AVERAGE_WAIT
columns will contain a value of zero on those platforms that do not support a fast timing mechanism. If you are running on one of these platforms and you want this column to reflect true wait times, then you must set TIMED_STATISTICS
to TRUE
in the parameter file; doing this will have a small negative effect on system performance.
See Also:
Column | Datatype | Description |
---|---|---|
|
|
Name of the wait event |
|
|
Total number of waits for the event |
|
|
Total number of timeouts for the event |
|
|
Total amount of time waited for the event (in hundredths of a second) |
|
|
Average amount of time waited for the event (in hundredths of a second) |
|
|
Total amount of time waited for the event (in microseconds) |
|
|
Total number of waits for the event, from foreground sessions |
|
|
Total number of timeouts for the event, from foreground sessions |
|
|
Amount of time waited for the event (in hundredths of a second), from foreground sessions |
|
|
Average amount of time waited for the event (in hundredths of a second), from foreground sessions |
|
|
Amount of time waited for the event (in microseconds), from foreground sessions |
|
|
Identifier of the wait event |
|
|
Identifier of the class of the wait event |
|
|
Number of the class of the wait event |
|
|
Name of the class of the wait event |
|
|
When queried from a non-CDB, the wait event data in that instance are returned, and the When queried from the root of a CDB, the wait event data in every container is returned, and the When queried from a PDB, wait event data in that PDB are returned, and the |