Re: DCOracle2: OCI error

2006-02-21 Thread Diez B. Roggisch
Chris wrote: > Update: Instead of disconnect / reconnect, I made it so that in case of > 1084 errors I rollback and retry the same INSERT again. > It worked... It's not beautiful code but it's working. > So really I think something's fishy in dco2.c > If someone tell me what should be investigated

Re: DCOracle2: OCI error

2006-02-21 Thread Chris
Update: Instead of disconnect / reconnect, I made it so that in case of 1084 errors I rollback and retry the same INSERT again. It worked... It's not beautiful code but it's working. So really I think something's fishy in dco2.c If someone tell me what should be investigated I could look into the i

DCOracle2: OCI error

2006-02-21 Thread Chris
Hello I'm using DCOracle2 with Python 2.1 and Oracle 8.1.7 on Solaris and while it's working most of the time, I have random ORA-01084 invalid argument in OCI call errors that occur on INSERT. Out of 18000 queries all using the same DB connection I have like 15 errors of this type. It's always the