Oracle Error SQL*Loader-00421: error converting data

Oracle Error Message

SQL*Loader-00421: error converting data

Reason for the Error

This message can be displayed as one of the reasons for rejecting a row. The sqlldr utility was attempting to convert data for the column from its datatype in the data file to the datatype for the column in the database. This message should be followed with another message describing the conversion error.

Solution

Correct the data in the data file so that it can be converted.