Home| Download |Features |WebTuna Analytics |Knowledge Base |Buy
 
db file sequential read

db file sequential read

This event signifies that the user process is reading a buffer into the SGA buffer cache and is waiting for a physical I/O call to return. A sequential read is a single-block read.

Single block I/Os are usually the result of using indexes. Rarely, full table scan calls could get truncated to a single block call due to extent boundaries, or buffers already present in the buffer cache. These waits would also show up as 'db file sequential read'.

For further information on db file sequential read you can check the following V$SESSION_WAIT parameter columns:

P1 - The absolute file number
P2 - The block being read
P3 - The number of blocks (should be 1)

The dbtuna Wait State report will display a profile of Oracle wait events over time, and will allow you to quickly spot excessive waits.

If you would like to find out more about the performance of your Oracle instances, then why not download DBTuna today! Or arrange a web meeting at a convenient time via our contact page.

 


 
Next Step - Improve Your Database Performance now with DBTuna: REQUEST A DEMO START A FREE TRIAL
Share/Bookmark
Feedback Form