'db file sequential read' occurs during single block read (Reading index blocks, row fetch by row id).
Tuning Options
1. Find the top SQL with high physical reads (AWR or Statspack).
Analyze the objects for better Execution plans.
Use more selective index.
Rebuild the indexes if it is fragmented.
Use Partition if possible.
2. Find the I/O Statistics
Check hot disks using V$filestat.
Move datafiles to avoid contention to a single disk.
3. Try to increase the Buffer Cache
In 9i, use buffer cache advisory and in 10g use ASSM to determine the optimal size for buffer cache.
Check for hot segments and place it in the Keep Pool.
Thanks
Monday, August 17, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment