direct path read wait event 的处理办法
上一篇 /
下一篇 2008-07-08 21:15:53
Typically this event occurs if application is doing frequently large sorts and your sort_area_size or pga_aggreagate_target is small.
For finding which object DB is waiting for , find p1 and p2 from v$session_wait and run the following SQL.
select segment_name,segment_type,partition_name
from dba_extents
where
file_id=&p1_value
and
&p2_value between block_id and (block_id+blocks-1);
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: