How to turn AUTOCOMMIT ON with cx_Oracle
Jia Lu
Roka100 at gmail.com
Fri Dec 1 04:41:31 EST 2006
Paul McGuire のメッセージ:
> AUTOCOMMIT is a dangerous crutch, beware. Ok for single record updates, but
> if you need to update 2 records in synch, AUTOCOMMIT leaves you open to
> hard-to-debug bugs (will work ok in development under light load, then fail
> intermittently with concurrent users).
Thanx.
But I am doing an exception test to Servers. So I have to work without
commit, but I need a autocommit environment of DB.
More information about the Python-list
mailing list