dotConnect Transaction problem with Oracle RAC
Posted: Fri 16 Oct 2009 17:54
We are getting an error running against an Oracle 11g RAC environment when NOT using direct mode.
Our environment is a 64-bit windows machine running a DotNet 2.0 console app. The oracle client is 11g (latest download) and the Devart version of dotConnect is also the latest release.
If I use direct mode with the following connection string it works perfectly:
This is basically doing direct mode to one node of the RAC cluster.
If I try and go through the Oracle client with this connection string:
I get the following error:
"The underlying provider failed on Commit." at System.Data.EntityClient.EntityTransaction.Commit()
Our environment is a 64-bit windows machine running a DotNet 2.0 console app. The oracle client is 11g (latest download) and the Devart version of dotConnect is also the latest release.
If I use direct mode with the following connection string it works perfectly:
This is basically doing direct mode to one node of the RAC cluster.
If I try and go through the Oracle client with this connection string:
I get the following error:
"The underlying provider failed on Commit." at System.Data.EntityClient.EntityTransaction.Commit()