Oracle File Open Wait Event
The file open wait event signals problems outside the database, such as performance issues in the database server. Learn how to assess and fix these issues.
Read More
The file open wait event signals problems outside the database, such as performance issues in the database server. Learn how to assess and fix these issues.
Read More
When a database isn’t properly configured or application logic stresses normal processing, you may have issues with the RO enqueue wait event. Learn more.
Read More
Learn how Oracle determines the best index access path for finding rows in a table, and how this may impact performance.
Read More
The latch free wait event occurs when a session tries to get a latch but fails because another session has it. Learn how this wait causes performance issues.
Read More
The log buffer space wait event occurs when server processes write data into the log buffer faster than the LGWR process can write it out. Learn more.
Read More
The PL/SQL lock timer wait event can indicate issues with application response, throughput and possibly coding. Learn more.
Read More
The special use of a global buffer cache in Oracle RAC makes it critical to monitor inter-instance communication via the cluster-specific wait events gc cr request and gc buffer busy. Learn more.
Read More
Read by Other Session events in Oracle indicate contention for hot blocks or objects. To tune for this, you can redistribute data from hot blocks, adjust PCTFREE and PCTUSED values, reduce the block size or optimize indexes.
Read More
The log file sync wait event in Oracle indicates a session has issued a commit, and the wait time includes writing of the log buffer and the post. Learn how to reduce these waits by batching rows or addressing slow I/O.
Read More
Enqueue wait events are a good indication of locking in Oracle databases. Understanding how Oracle locking works can help you tune for these events.
Read More
When a session waits on the Block Change Tracking Buffer wait event, there’s a wait for space in the CTRW dba buffer. Learn how this impacts performance.
Read More
When a process waits on the Log Buffer Space event, the log buffer is filling up faster than LGWR can write to disk. Learn how this impacts performance.
Read More