Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: db file scattered read
The best tuning in your case is tuning SQL statements. Look at explain
plan and rewrite them or add hints. At the same time make sure you
have updated statistics (if you're not using RBO), and properly built,
well structured indexes. If you can't control the third-party SQLs,
control the indexes.
System tuning always comes second. If you do want to play with the multiblock read count, don't go to two extremes. Benchmark with various values in the middle.
Yong Huang
yong321_at_yahoo.com
Received on Fri Oct 05 2001 - 22:53:15 CDT
![]() |
![]() |