Oracle System Architecture Question:
Download Job Interview Questions and Answers PDF
Explain what do Redo Log Buffers contain?
Answer:
Redo log buffers consists of change vectors where each vector contains information about which block is changed and where is the change done in the memory. This information will be useful when you are performing recovery and while writing to disk while checkpointing. There is a 1-to-1 correspondence with redo log buffers and data buffer cache buffers.
Download System Architecture Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Cursor in Oracle System Architecture? | Explain what is Shared SQL Area? |