Hi,

I am trying to insert a large text(article collected from a webpage)to a table with CLOB column. But whenever I try to insert the text, it gives me the following error:

[ODBC 08S01]: [Microsoft][ODBC driver for Oracle][Oracle]ORA-03113: end-of-file on communication channel: [ODBC 01004]: [Microsoft][ODBC driver for Oracle]Data truncated .

The text has 2314 characters in it.

Should I use a different data type or what is the cause for tha above error?

Thanks!