| 1. |
What Is On-line Redo Log? |
|
Answer» The On-line Redo Log is a set of TOW or more on-line redo files that RECORD all COMMITTED changes made to the database. Whenever a transaction is committed, the corresponding redo entries TEMPORARILY stores in redo log BUFFERS of the SGA are written to an on-line redo log file by the background process LGWR. The on-line redo log files are used in cyclical fashion. The On-line Redo Log is a set of tow or more on-line redo files that record all committed changes made to the database. Whenever a transaction is committed, the corresponding redo entries temporarily stores in redo log buffers of the SGA are written to an on-line redo log file by the background process LGWR. The on-line redo log files are used in cyclical fashion. |
|