代码拉取完成,页面将自动刷新
col objn format a30
col sname format a30
col otype format a10 trunc
col obj format a40
col tbs format a25
col cnt format 9999
col p1 format 999999999999
col p2 format 9999
col p3 format 999999
col fno format 9999
col blkno format 9999999
break on obj on otype skip 1
select o.owner||'.'||nvl(object_name,CURRENT_OBJ#) obj
,o.object_type otype
,o.subobject_name sname
,ash.current_file# fno
,ash.current_block# blkno
,count(*) cnt
,ash.SQL_ID sql_id
,ash.p1 p1
,ash.p2 p2
from v$active_session_history ash
,all_objects o
where event ='latch: cache buffers chains'
and o.object_id (+) = ash.CURRENT_OBJ#
and ash.session_state ='WAITING'
and ash.sample_time > sysdate - &&last_x_mins/(60*24)
group by o.owner
,o.object_name
,ash.current_obj#
,o.object_type
,o.subobject_name
,ash.current_file#
,ash.current_block#
,ash.sql_id
,ash.p1
,ash.p2
order by 2,1
;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。