Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Regarding TRANSACTION RECOVERY

Re: Regarding TRANSACTION RECOVERY

From: Carlos <miotromailcarlos_at_netscape.net>
Date: 9 May 2006 00:25:54 -0700
Message-ID: <1147159554.241262.12470@i40g2000cwc.googlegroups.com>


>>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. Received on Tue May 09 2006 - 02:25:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US