sqlldr error - while loading CLOB column
Hi All,
I am finding it difficult to alod data into TABLE with datatype CLOB using SQLLOADER.
in my target table, column MESSAGE has dataatype CLOB. while loading, it says, "Field in data file exceeds maximum length".
I have copied the field value from the file and used length function to see and i found it is 550 bytes long. I do not know why it gives this error. As per my understanding, CLOB can hold 4GB of data.
My one assumption is that, the data in this filed contains ampersand (&).
Could you please help me