dbaspot

You are hereORA-01008: not all variables bound

ORA-01008: not all variables bound


By dbaspot - Posted on 16 April 2006

ORA-01008: not all variables bound


Cause: A SQL statement containing substitution variables was executed without all variables bound. All substitution variables must have a substituted value before the SQL statement is executed.


Action: In OCI, use an OBIND or OBINDN call to substitute the required values.

Primary links