View Single Post

   
  #4 (permalink)  
Old 02-25-2008, 05:19 AM
Carlos
 
Posts: n/a
Default Re: Regarding TRANSACTION RECOVERY

>>So it means, whether the record is commited or not,data from online redo logs can be written to to the data files,right?

No. Entries in the log buffer are written to the log files.

Commits trigger sync writes.
Background (no-commit) writes are triggered based on SGA variables.

HTH

Carlos.

Reply With Quote