Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.