- Large database buffer
- High value of the log_buffer init.ora parameter
- Large sort_area_size
- High value of the shared_pool init.ora parameter
- Low number of buffer busy waits
- Large value stored in V$session_wait view
- Low number of table fetch continued rows
|
- Oracle had to wait for a physical I/O many times
- Fewer disk sorts
- Few rows that were fragmented onto a successive data block
- Few transactions waiting to access data block in data buffer
- Fewer redo log space requests
- Better library cache hit ratio
- High buffer hit ratio
|