Database Error Messages

OCI-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.