Collects disk read statistics from v$system_event performance view for db file sequential and dbfile scattered read event.
Long description:
Task collects disk read statistics from v$system_event performance view for db file sequential read event (a single-block read, for example index fetch by ROWID) and a db file scattered read event (a multiblock read, for example a full-table scan).
Post your comment on this topic.