Database Error Messages

ORA-31507

parameter_name parameter value longer than maximum length max_parameter_len
  • parameter_name: The parameter with the unacceptable value.
  • max_parameter_len: The maximum length permitted for the parameter.

Cause

A value was specified for a parameter that was longer than the maximum permitted length.


Action

Correct the call to supply a shorter value for this parameter that fits within the maximum length.