DBA Data[Home] [Help]

VIEW: SYS.V_$ACCESS

Source

View Text - Preformatted

select "SID","OWNER","OBJECT","TYPE","CON_ID" from v$access
View Text - HTML Formatted

SELECT "SID"
, "OWNER"
, "OBJECT"
, "TYPE"
, "CON_ID"
FROM V$ACCESS