InterviewSolution
Saved Bookmarks
| 1. |
What Is Db File Sequential Read Wait Event? |
|
Answer» The db file sequential read wait event PERFORMS single block read operations against indexes, TABLES, control files, rollback segments and data file headers. It has THREE parameters: file#, firstblock# and block count. The db file sequential read wait event performs single block read operations against indexes, tables, control files, rollback segments and data file headers. It has three parameters: file#, firstblock# and block count. |
|