9.21 V$SESSION_EVENT
V$SESSION_EVENT
displays information on waits for an event by a session. 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 |
---|---|---|
|
|
ID of the session |
|
|
Name of the wait event See Also: "Oracle Wait Events" |
|
|
Total number of waits for the event by the session |
|
|
Total number of timeouts for the event by the session |
|
|
Total amount of time waited for the event by the session (in hundredths of a second) |
|
|
Average amount of time waited for the event by the session (in hundredths of a second) |
|
|
Maximum time waited for the event by the session (in hundredths of a second) |
|
|
Total amount of time waited for the event by the session (in microseconds) |
|
|
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 |
|
|
The ID of the container to which the data pertains. Possible values include:
|