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:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-10-08  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 957
  • 日志数: 26
  • 书签数: 15
  • 建立时间: 2007-12-31
  • 更新时间: 2008-09-15

RSS订阅

Open Toolbar