Eric Brunson <brunson@Level3.net> writes: > That seems to be true of the DCOracle implementation, also. > Yesterday I tried to reuse a cursor object and it failed, You mean, you tried: cursor.execute("<something>") and then: cursor.execute("<something else>") And the second operation failed? This is against the DB API, I think.