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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: TimesTen

Re: TimesTen

From: Ghassan Salem <salem.ghassan_at_gmail.com>
Date: Fri, 26 May 2006 09:50:05 +0200
Message-ID: <411d50f60605260050s62c853e3j22fbf26af02a5ba@mail.gmail.com>


Indeed, it's very similar to the 10gr2 addition.

On 5/26/06, Jeremiah Wilton <jeremiah_at_ora-600.net> wrote:
>
> Durable commits set to false in TimesTen sounds a lot like 'commit write
> nowait' in Oracle 10g, except that in Oracle you can control it on as
> fine-grained a basis as per individual transaction.
>
>
> http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sq
> lproc.htm#sthref182
>
>
> http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/statemen
> ts_4010.htm
>
> Jeremiah Wilton
> ORA-600 Consulting
> http://www.ora-600.net
>
> ________________________________________
> From: Ghassan Salem
> Sent: Thursday, May 25, 2006 12:55 PM
>
> In TimesTen, you have much finer control over commits. When you create a
> db,
> you can specify 'durable commits=true', which means that every commit
> insures that redolog is written to disk. You can put it to false, and the
> redolog is written asynchronuously from the commit. But you can issue a
> redolog sync from your program whenever you want.
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 26 2006 - 02:50:05 CDT

Original text of this message

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