Autocommit option using sql:connect to Oracle 11.2.0.3 with ojdbc6.jar
12 Aug
2016
12 Aug
'16
2:51 p.m.
I'm trying to set the autocommit option off and I can't seem to get it to work. I'm passing the option to sql:connect as a map map { 'autocommit': false() } I also tried map { 'autoCommit': false() } as the Oracle JDBC docs <http://docs.oracle.com/cd/E11882_01/appdev.112/e13995/constant-values.html#oracle_jdbc_OracleConnection_CONNECTION_PROPERTY_AUTOCOMMIT>seem to suggest. Am I missing something obvious? Regards, Chris Sweeney
12 Aug
12 Aug
3:19 p.m.
New subject: Autocommit option using sql:connect to Oracle 11.2.0.3 with ojdbc6.jar
I'm trying to set the autocommit option off and I can't seem to get it to work. I'm passing the option to sql:connect as a map map { 'autocommit': false() } I also tried map { 'autoCommit': false() } as the Oracle JDBC docs seem to suggest.
What’s happening? Do you get any feedback? Thanks Christian
3527
Age (days ago)
3527
Last active (days ago)
1 comments
2 participants
participants (2)
-
chrisis -
Christian Grün