Tomcat 6.0.18
Oracle 10g
Java 1.6.0_14

I'm a little curious about the defaultAutoCommit parameter.

If I understand the docs and things I've googled correctly, if I don't
set it, I get the JDBC driver default.  More googling, suggests that
the default for the Oracle JDBC driver is to have auto-commit
enabled.  I'm pretty sure I don't want that since I have some complex
transactions going on.

So I'm thinking I should set it to false to disable auto-commit.  Is
that correct?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to