Fading Coder

One Final Commit for the Last Sprint

Analyzing Log File Sync Wait Events in Oracle Database

Understanding Log File Sync Wait Events When a user commits or rolls back a transaction, the session's redo information must be written to the redo log files. The user process signals the LGWR (Log Writer) to perform the write operation, and the LGWR notifeis the user process upon completion. The &q...