Re: [cx-oracle-users] Oracle 12c Transaction Guard?
Brought to you by:
atuining
From: Christopher J. <chr...@or...> - 2013-10-16 04:19:19
|
On 10/15/13 2:59 AM, Henning von Bargen wrote: > I just read about the new 'Application Continuity' and 'Transaction > Guard' API for Oracle 12c in the DOAG News (a magazine published by > the German Oracle Users Group). > > This sounds *very* interesting, because as far as I understand, this > is the first time for TAF to really work, since the session package > variables etc should also be restored automatically after a crash. > > Will this work with cx_Oracle? Is anybody here actually using it? > > Henning Transaction Guard would be good to see in cx_Oracle. Application Continuity is currently available through the JDBC "thin" driver but not the OCI C API used by cx_Oracle. There are whitepapers on AC & TG at: http://www.oracle.com/technetwork/products/clustering/ac-overview-1967264.html -- chr...@or... http://twitter.com/ghrd Free PHP & Oracle book: http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html |