On Thu, Jun 20, 2002 at 01:07:23PM -0400, Ronald J Kimball wrote: > > Now I am getting: > > > > Can't bind :p1, ora_type 2 not supported by DBD::Oracle at load.pl line > > 118. > > Does it work if you don't specify the type for the numeric argument? It > shouldn't be necessary.
Well, if I do that, I get the following: DBD::Oracle::st execute failed: ORA-00932: inconsistent datatypes: expected NUMBER got CLOB (DBD ERROR: OCIStmtExecute) at load.pl line 120. Error message was: DBI::db=HASH(0x824fd28)->errstr For the change, all I did was remove the ora_type => ORA_NUMBER part. Dave Totten