-
Oracle Event
Hi,
What does 'db_file_sequential_read' and 'db_file_scattered_read' mean?
I am interested with practical approach rather than theory definition.
Regards
Last edited by sumit; 04-10-2003 at 05:07 AM.
sumit
-
Re: Oracle Event
Originally posted by sumit
Hi,
What does 'db_file_sequential_read' and 'db_file_scattered_read' mean?
I am interested with practical approach rather than theory definition.
Regards
db file sequential read: Single block read commonly seen for index block access or table block access by a rowid
db file scattered read: Typically used for full table scan. Multiple blocks are read into the DB block buffer that are scattered throughout the memory.
Amar
"There is a difference between knowing the path and walking the path."

-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|