EVENT |
VARCHAR2(64) |
Name of the wait event |
TOTAL_WAITS |
NUMBER |
Total number of waits for the event |
TOTAL_TIMEOUTS |
NUMBER |
Total number of timeouts for the event |
TIME_WAITED |
NUMBER |
Total amount of time waited for the event (in hundredths of a second) |
AVERAGE_WAIT |
NUMBER |
Average amount of time waited for the event (in hundredths of a second) |
TIME_WAITED_MICRO |
NUMBER |
Total amount of time waited for the event (in microseconds) |
TOTAL_WAITS_FG |
NUMBER |
Total number of waits for the event, from foreground sessions |
TOTAL_TIMEOUTS_FG |
NUMBER |
Total number of timeouts for the event, from foreground sessions |
TIME_WAITED_FG |
NUMBER |
Amount of time waited for the event (in hundredths of a second), from foreground sessions |
AVERAGE_WAIT_FG |
NUMBER |
Average amount of time waited for the event (in hundredths of a second), from foreground sessions |
TIME_WAITED_MICRO_FG |
NUMBER |
Amount of time waited for the event (in microseconds), from foreground sessions |
EVENT_ID |
NUMBER |
Identifier of the wait event |
WAIT_CLASS_ID |
NUMBER |
Identifier of the class of the wait event |
WAIT_CLASS# |
NUMBER |
Number of the class of the wait event |
WAIT_CLASS |
VARCHAR2(64) |
Name of the class of the wait event |