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.

Am I missing something obvious?

Regards,

Chris Sweeney