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.
Error Message
Attempt to use placeholders in a statement that doesn't support placeholders
Placeholders are not supported in SELECT, DML and PLSQL statements that already support binds.
Use bind variables instead of placeholders in such statements.