Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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.