Database Error Messages

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

ORA-01067

invalid placeholder name

Cause

Possible causes are:

  1. A placeholder name passed to the function OCIStmtPlaceholderSubstitute() was not used in the statement.
  2. A NULL name or length zero was passed to the function OCIStmtPlaceholderSubstitute().

Action

Check that placeholder names used in the function OCIStmtPlaceholderSubstitute() match the names in the statement passed to the function OCIStmtPrepare2().