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: Jeremiah Wilton <jeremiah_at_ora-600.net>
Date: Thu, 25 May 2006 20:28:51 -0700
Message-ID: <048401c68074$82ecda80$0301a8c0@flbp7000a>


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 Thu May 25 2006 - 22:28:51 CDT

Original text of this message

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