| ERROR | Column string in table string is NOT NULL and is not being loaded |
| CAUSE | A column which is NOT NULL in the database is not being loaded and will cause every row to be rejected. |
| ACTION | Load the column by specifying the NOT NULL column in the INTO TABLE clause in the SQL*Loader control file. |