Oracle Error ORA-28555: pass-through SQL: required parameter missing or NULL

Oracle Error Message

ORA-28555: pass-through SQL: required parameter missing or NULL

Reason for the Error

An attempt was made to pass a NULL value to a non-NULL parameter.

Solution

Use a non-NULL value for the parameter.