Which statement about the LGWR is false?
Reveal answer
Fill a bubble to check yourself
Which statement about the LGWR is false?
There is only one redo log writer per instance
A commit confirmation may be issued before a transaction has been recorded in the redo log file
During long transactions Oracle can flush data to the redo logs before it is committed
An Oracle instance cannot survive without a redo log writer
Option B is false: Oracle guarantees commit confirmation ONLY after the transaction is written to the redo log file. This is fundamental to ACID durability. Options A, C, D are true: one LGWR per instance, long transactions can flush pre-commit (still written), and LGWR is essential for instance survival.