Oracle Error SQL*Loader-00433: no attributes found for column object string in table string

Oracle Error Message

SQL*Loader-00433: no attributes found for column object string in table string

Reason for the Error

No attributes are to be loaded for a column object named in the control file. This can happen if all fields in the definition for the column object in the control are designated as FILLER fields.

Solution

Either specify attributes to load for the column object or remove the column object from the control file.