What is the function of redo log

Showing Answers 1 - 3 of 3 Answers

sri

  • Aug 4th, 2005
 

The primary function of the redo log is to record all changes made to data.

  Was this answer useful?  Yes

rajesh chadalawada

  • Dec 2nd, 2006
 

     Redo Log is ment to trce or note  the modifications that are applied to data buffer cache it will note on folloing situations

1)for every 3 seconds

2)when redo log buffer reaches to 1MB

3)before db_cache writes data to datafiles

4)when ever commited

  Was this answer useful?  Yes

dhussainpathan

  • Apr 9th, 2007
 

The Redo log files records the changes made  to the database in the form of REDOLOG entries, which are helpful at the time of Database Recovery Process.

  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