Oracle Error ORA-24275: function ‘string’ parameter ‘string’ missing or invalid

Oracle Error Message

ORA-24275: function ‘string’ parameter ‘string’ missing or invalid

Reason for the Error

The function was called with a parameter that was null, 0 length, or had an invalid value.

Solution

Correct the parameter to supply values that comply with its datatype and limits as specified in the documentation.