Oracle Solution for Error ora-26010

Solution for Oracle Error ORA-26010

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

What triggered the Error:

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

What should we do to fix it:

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