Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

confused about flushing of redo log buffer

OracleGuy777Nov 27 2008 — edited Nov 30 2008
(Oracle 9.2)

hi guys,

I always thought that when a transaction committed, the whole redo log buffer was flushed to disk.

However, the Oracle documentation says:
When a user issues a COMMIT statement, LGWR puts a commit record in the redo log buffer and writes it to disk immediately, along with the transaction's redo entries

This to me suggests that only that transaction's redo entries are written to disk, and not the whole redo log buffer.

Can someone please tell me what really happens?

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2008
Added on Nov 27 2008
43 comments
3,556 views