Database Error Messages

SQL*Loader-00427

invalid reference to a non-scalar field, expression or a LOB field string

Cause

The field condition referenced a field which is either a nested table, varray, column object, LOB, expression, or BFILE field. Fields with these types cannot be referenced by other fields.


Action

Correct the NULLIF, DEFAULTIF, REF, or WHEN clause to reference only non-LOB scalar data fields.