"The
db file sequential read Oracle
metric event signifies that the user process is reading buffers into the SGA
buffer cache and is waiting for a physical I/O call to return.
This
call differs from a scattered read, because a sequential read is
reading data into contiguous memory space. A sequential read is
usually 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'."

The popular
Ion tool is
the easiest way to analyze Oracle cache and disk performance
(db block parallel reads and writes), and Ion
allows you to spot hidden disk I/O performance trends.
Ion is
our favorite Oracle tuning tool, and the only 3rd party
tool that we use.
This, and many other Oracle performance metrics are discussed in
my book "