DBA Data[Home] [Help]

VIEW: SYS.V_$WAITSTAT

Source

View Text - Preformatted

select "CLASS","COUNT","TIME","CON_ID" from v$waitstat
View Text - HTML Formatted

SELECT "CLASS"
, "COUNT"
, "TIME"
, "CON_ID"
FROM V$WAITSTAT