Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlldr error - while loading CLOB column

AceNoviceNov 9 2009 — edited Nov 9 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2009
Added on Nov 9 2009
2 comments
2,383 views