[Zope-DB] ZOracleDA / DCOracle2 error
Chris Withers
chris at simplistix.co.uk
Mon Nov 3 13:37:55 EST 2003
Hi there,
Can anyone shed any light on this error:
File "Products/ZOracleDA/DCOracle2/DCOracle2.py", line 1238, in fetchall
v = self.fetchone(skip=skip)
File "ZOracleDA/DCOracle2/DCOracle2.py", line 1190, in fetchone
v = col[self._rcount].value()
DatabaseError: (22060, 'OCI-22060: argument [2] is an invalid or uninitialized
number')
You may be able to reproduce it if you run the new DCOracle2 test suite on a CVS
checkout of DCOracle2.
I can also reproduce it using the FIND stored procedured in
ZOracleDA/test/procdef.sql through a Z Oracle Stored procedure object on the
test data in ZOracleDA/test/scott.sql.
cheers,
Chris
More information about the Zope-DB
mailing list