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
set lines 299 column object format a30 column owner format a10 select * from gv$access where owner='&OWNER' and object='&object_name' and /
12345
set lines 299
column object format a30
column owner format a10
select * from gv$access where owner='&OWNER' and object='&object_name' and
/Please to add comments
No comments yet. Be the first to comment!