Subject | Re: [firebird-support] Long running transactions |
---|---|
Author | Erick Sasse |
Post date | 2008-07-23T15:34:26Z |
> A number one reason for a stuck OAT can be transaction which has beenMy components are set to:
> *committed* with COMMIT RETAINING. Funny, right? Committed but still
> active. ;-)
>
> Data access components tend to use commit retaining aka soft commits,
> especially when being in autocommit mode.
Commit Retaining = OFF
Isolation Level = ReadCommited
Which AFAIK is the best setup, so..
Is there a way to verify in the database that the transactions are
created following this parameters?
I believe I could use the monitoring tables in 2.1+, right?
What about 2.0?
--
Erick Sasse