Oracle Error ORA-26010: Column string in table string is NOT NULL and is not being loaded

Oracle Error Message

ORA-26010: Column string in table string is NOT NULL and is not being loaded

Reason for the Error

A column which is NOT NULL in the database is not being loaded and will cause every row to be rejected.

Solution

Load the column by specifying the NOT NULL column in the INTO TABLE clause in the SQL*Loader control file.