Oracle Error PLS-00598: comparison of object with NULL using “string” is not allowed

Oracle Error Message

PLS-00598: comparison of object with NULL using “string” is not allowed

Reason for the Error

An object is compared with NULL using a relational operator.

Solution

Use IS NULL comparison operator.