Oracle Error SQL*Loader-00269: Null string not allowed as clause comparison text.

Oracle Error Message

SQL*Loader-00269: Null string not allowed as clause comparison text.

Reason for the Error

A clause is being compared to a null string.

Solution

Modify the clause to compare to at least one character.