DEVFYI - Developer Resource - FYI

What is meant by redo log buffer ?

ORACLE Interview Questions and Answers (Part 2)


(Continued from previous question...)

334. What is meant by redo log buffer ?

Changes made to entries are written to the on-line redo log files. So that they can be used in roll forward operations during database recoveries. Before writing them into the redo log files, they will first brought to redo log buffers in SGA and LGWR will write into files frequently. LOG_BUFFER parameter will decide the size.

(Continued on next question...)

Other Interview Questions