Database Error Messages

ORA-17041

Missing IN or OUT parameter at index

Cause

Either a setter is not being called for one or more input parameters ('?') specified in the SQL or at least one output parameter is not registered.


Action

Ensure that the number of input and output placeholders match the number of specified parameters.