Database Error Messages

ORA-17197

The number of parameter names does not match the number of registered parameters.

Cause

An attempt is being made to set the named parameters on an OracleCallableStatement, whose count does not match with the number of registered parameters.


Action

Ensure that the number of named parameters is equal to the number of registered parameters.