Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

V$SYSTEM_WAIT_CLASS

V$SYSTEM_WAIT_CLASS displays the instance-wide time totals for each registered wait class.

Column Datatype Description
WAIT_CLASS_ID NUMBER Identifier of the wait class
WAIT_CLASS# NUMBER Number of the wait class
WAIT_CLASS VARCHAR2(64) Name of the wait class
TOTAL_WAITS NUMBER Number of times waits of the class occurred
TIME_WAITED NUMBER Amount of time (in hundredths of a second) spent in the wait by all sessions in the instance
TOTAL_WAITS_FG NUMBER Number of times waits from this wait class occurred in foreground sessions
TIME_WAITED_FG NUMBER Amount of time (in hundredths of a second) spent in waits from this wait class in foreground sessions