Oracle Memory Management Question:

Download Job Interview Questions and Answers PDF

What is redo log buffer?

Memory Management Interview Question
Memory Management Interview Question

Answer:

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.

Download Memory Management Interview Questions And Answers PDF

Previous QuestionNext Question
How will you swap objects into a different table space for an existing database?What is meant by recursive hints?