| ORA-01006: | bind variable does not exist | | Cause: | A program issued a BIND call for a variable not listed in the associated SQL statement. Only those variables prefixed by either a colon (:) or ampersand (&) in the SQL statement may be referenced in a BIND call, OBIND or OBINDN. This error may also be caused by a mismatch between a Precompiler program and the related library, SQLLIB. | | Action: | Modify the BIND call to reference one of the substitute variables specified in the associated SQL statement. |
|
|