Database Error Messages

ORA-43414

The value for the parameter 'parameter_name' should be value_type.
  • parameter_name: The parameter for which the specified value is of incorrect type.
  • value_type: Valid type of the value for the specified paramter.

Cause

The wrong type of value is specified for a parameter.


Action

Specify the correct type of value for each parameter.