What do Redo Log Buffers contain ?

Redo Log Buffer stores redo entries a log of changes made to the database.

Showing Answers 1 - 7 of 7 Answers

Abhilash

  • Mar 18th, 2006
 

Redo log buffers contains all changes made to the database. It record both redo changes ans undo chnages. Redo records are used for roll forward and undo records are used for roll back

  Was this answer useful?  Yes

Sivamurugesh Arumugam

  • Feb 15th, 2007
 

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.

  Was this answer useful?  Yes

Mohammed Abdul Afroze

  • Oct 5th, 2007
 

It stores redo log entries a log of changes made to a Database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions