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!

Redo log entries to the online redo log files

MUSICOVERYApr 5 2015 — edited Apr 6 2015

Hi,

I am little confused about redo log entries.

I learned that LGWR writes redo log entries in SGA, into redo log files in the next circumstances :

- 3 seconds after last commit

- redo log buffer has 1MB

- redo log buffer has 1/3 data

When I take a transaction and if I modify wrong data, I have to rollback that transaction BUT in that time,

what if the LGWR writes redo log entries to disk?

Is the bad transaction committed permanently?

This post has been answered by unknown-951199 on Apr 5 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2015
Added on Apr 5 2015
4 comments
989 views