Oracle Error SQL*Loader-00474: no value set for dynamic file for column string in table string row number

Oracle Error Message

SQL*Loader-00474: no value set for dynamic file for column string in table string row number

Reason for the Error

The data for the named column is in a dynamic LOBFILE or secondary data file. This message is returned when the field containing the name of the file with the data for this field has not been set or is NULL. This could be because the record in the data file does not match the format described by the SQL*Loader control file.

Solution

Correct any errors in the data file or the SQL*Loader control file.