RE: Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-05-28 Thread pmonschein
: MONSCHEIN,PASCAL Cc : dbi-users@perl.org Objet : Re: Error - DBD::Oracle / ORA-1008 problem with placeholders Can you give me what the table schema is? I would like to know what datatypes col1,col2,col3,col4 are so I can try and recreate the error. As well what operation system are you using

RE: Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-04-30 Thread pmonschein
d'origine- De : John Scoles [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 avril 2008 17:12 À : MONSCHEIN,PASCAL Cc : dbi-users@perl.org Objet : Re: Error - DBD::Oracle / ORA-1008 problem with placeholders Can you give me what the table schema is? I would like to know what datatypes col1,col2

Re: Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-04-30 Thread John Scoles
::Oracle / ORA-1008 problem with placeholders Can you give me what the table schema is? I would like to know what datatypes col1,col2,col3,col4 are so I can try and recreate the error. As well what operation system are you using and which version of DBI? anyway just looking at the SQL

Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-04-29 Thread pmonschein
Hello all, I encouter an error with DBD::Oracle and Oracle instances 10g that I dont understand : DBD::Oracle::st execute failed: ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute) This script works fine with Oracle 9i. I compiled DBD::Oracle (1.19) based on Oracle 9i (on

Re: Error - DBD::Oracle / ORA-1008 problem with placeholders

2008-04-29 Thread John Scoles
Can you give me what the table schema is? I would like to know what datatypes col1,col2,col3,col4 are so I can try and recreate the error. As well what operation system are you using and which version of DBI? anyway just looking at the SQL it doesn't look quite right cheers John Scoles