DBA Hub

📋Steps in this guide1/1

Sessions accessing an object

set lines 299 column object format a30 column owner format a10 select * from gv$access where owner='&OWNER' and object='&object_name' and /

oracle configurationintermediate
by OracleDba
14 views
1

Sessions accessing an object

Code/Command (click line numbers to comment):

1
2
3
4
5
set lines 299
column object format a30
column owner format a10
select * from gv$access where owner='&OWNER' and object='&object_name' and
/

Comments (0)

Please to add comments

No comments yet. Be the first to comment!