As we know from here, here and here for a start, calling close on a JDBC connection to Oracle results in a commit although this may not be the case for other JDBC drivers.
I can do a rollback before closing specifically for Oracle, but I was curious whether anybody knows if I can switch this off when opening the connection in a similar way to switching off the auto commit? Thank you.