I have tab delimitted file which is having 15 column.Out of 15 column there is one column which is having size more than 4000 characteer.This particular column is of CLOB datatype.while rest of them are of varchar.

This file is having around 100 records in it.

Now i am using sql loader to load all these record to load the data in Oracle database.

My problem is that i am not able to load the CLOB data value in database.
Please note that there is no separate file for CLOB data.As CLOB data is within the same file which is having other 14 column data.

Appreciate if someone please provide me any example/sample with regard to loading the CLOB data using sql loader.