Oracle 26ai

ORA-01065

Cause

The SQL statement contained a placeholder but a value was not provided for that placeholder. Placeholders are used in SQL statements so that data values do not need to be hardcoded.


Action

Use the OCIStmtPlaceholderSubstitute() function to set a string value as a substitute for the placeholder when the statement is executed.