Oracle Solution for Error ora-26019

Solution for Oracle Error ORA-26019

ORA-26019: Column string in table string of type string not supported by direct path

What triggered the Error:

e Specified column of SQL column type %s is not supported by the direct path loader.

What should we do to fix it:

the column is NULLable, remove it from the control file description. Then it will be loaded as a NULL.