Database Error Messages

ORA-01065

A value was not provided for placeholder string.

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.