Oracle Error ORA-15602: Parameter “string” cannot be NULL.

Oracle Error Message

ORA-15602: Parameter “string” cannot be NULL.

Reason for the Error

An attempt was made to call a procedure without a required parameter.

Solution

Specify a valid value for this parameter.