DEVFYI - Developer Resource - FYI

831. How does one tune Oracle Wait events? (for DBA

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

831. How does one tune Oracle Wait events? (for DBA

Some wait events from V$SESSION_WAIT and V$SYSTEM_EVENT views:

Event Name: Tuning Recommendation:
db file sequential read Tune SQL to do less I/O. Make sure all objects are analyzed. Redistribute I/O across disks.
buffer busy waits Increase DB_CACHE_SIZE (DB_BLOCK_BUFFERS prior to 9i)/ Analyze contention from SYS.V$BH
log buffer spaces Increase LOG_BUFFER parameter or move log files to faster disks

(Continued on next question...)

Other Interview Questions