Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: TimesTen
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.
rgds
On 5/25/06, rjamya <rjamya_at_gmail.com> wrote:
>
> they claim, yes, it has concepts similar to redologs. We were going to
> do a test implementation, but it fell back due to various reasons. We
> still might do it in the near future to test it out.
>
> Raj
>
> On 5/25/06, Dennis Williams <oracledba.williams_at_gmail.com> wrote:
> >
> > Tom,
> >
> > I'd be curious what is their recovery model. Can they guarantee that
> every
> > committed transaction is recoverable?
> >
> >
> > Dennis Williams
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu May 25 2006 - 14:55:20 CDT
![]() |
![]() |