54.4k views
3 votes
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.

1 Answer

3 votes

Answer: B)The redo log buffer becomes one-third full.

Step-by-step 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.

User Leonardo Nomdedeu
by
7.5k points