When writing posts on performance tuning I felt that there needs to be a my-version of description of Oracle Wait Events along with Access method and Process & Memory Architecture. Thus this series is to start the Oracle Wait events which are common in any Database Environment BUT has a lot of story.
- db file scattered read – oracle wait event
- db file sequential reads – Oracle wait event
- Direct Path Read/Direct Path Read Temp – Oracle Wait Event
- Buffer busy waits – Oracle Wait Event
- Library Cache lock – Oracle Wait Event
- Library Cache Pin – Oracle Wait Event
- log file switch – Oracle Wait Event
- log file sync – Oracle Wait Event
- row cache lock – Oracle Wait Event
- enq: TM – contention – Oracle wait event
- enq: TX – index contention – Oracle wait event
- latch: cache buffers chains – Oracle wait event
These posts are mainly to build knowledge base for my Performance Tuning Series, but in case you want me to cover any specific wait event please feel free to add your comments below.
Pingback: Monitoring Oracle Sessions | Oracle Database Internal Mechanism
Pingback: Understanding TKProf output | Oracle Database Internal Mechanism