ORA-01006: bind variable does not exist.
Cause: You tried to issue a bind call for a variable that was not listed in the corresponding SQL statement.
Action: The options to resolve this Oracle error are:
- Modify your bind call to reference a variable that was listed in the corresponding SQL statement. Variables must be prefixed with either a colon (:) or an ampersand (&) to be referenced in a BIND call, OBIND, or OBINDN.
- This error may also be caused by a mismatch between a precompiler program and the SQLLIB library.