On Wed, Apr 20, 2005 at 07:18:13PM -0400, Michael Styer wrote: > > ORA-01008: not all variables bound (DBD: oexec error) > > I've attached my test script in case anyone should want to look at it. > I've read somewhere that the 'odescr failed' error may have something to > do with DBD::Oracle being compiled for the Oracle 7 API, which may > explain the errors. Could that be the case?
Yes! You need to be using the Oracle 8 API. Tim.
