Database Error Messages

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

ORA-01069

Attempt to use placeholders in a statement that doesn't support placeholders

Cause

Placeholders are not supported in SELECT, DML and PLSQL statements that already support binds.


Action

Use bind variables instead of placeholders in such statements.