select owner,object_name,object_type from
dba_objects where data_object_id in
(select obj from x$bh where hladdr in
(select addr from (select addr from v$latch_children where name='cache buffers chains')))
and owner not like '%SYS%'
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8135069/viewspace-669542/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/8135069/viewspace-669542/