DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.V_$WAITSTAT

Object Details
Object Name: V_$WAITSTAT
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLASS VARCHAR2 (18)
COUNT NUMBER

TIME NUMBER

CON_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CLASS
,      COUNT
,      TIME
,      CON_ID
FROM SYS.V_$WAITSTAT;

Dependencies

[top of page]

SYS.V_$WAITSTAT references the following:

SYS.V_$WAITSTAT is referenced by following:

SchemaPUBLIC
SynonymV$WAITSTAT