Database Error Messages

ORA-01036

unrecognized bind variable string passed to the bind call

Cause

The bind variable that was passed to the bind call did not have a matching placeholder in the statement.


Action

Ensure that the variable being bound has a placeholder in the statement.