Ask Question
15 December, 17:30

When is the redo log buffer written to the redo log file?

A. A transaction changes data.

B. The redo log buffer becomes one-third full.

C. A redo log group is archived.

D. The database starts up.

+3
Answers (1)
  1. 15 December, 20:54
    0
    Answer: B) The redo log buffer becomes one-third full.

    Explanation:Redo log buffer is the type of buffer file that is present for storing the changes that have been done in data. Database changes are the made goes in the records of the redo entries. the change of the buffer to the redo files is done when the buffer contains change records which are full till the one-third section, thus conversion takes place from the redo buffer to the redo files.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When is the redo log buffer written to the redo log file? A. A transaction changes data. B. The redo log buffer becomes one-third full. C. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers