Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: data load for CLOB datatype

Re: data load for CLOB datatype

From: Ryan Gaffuri <rkg100_at_erols.com>
Date: Mon, 15 Apr 2002 22:16:50 -0300
Message-ID: <a9g1l7$qrc$1@bob.news.rcn.net>


You have to use the LOB package. I think its lob.write. I cant remember. Its on OTN though.

"weiwei" <xiaw_at_cbmi.upmc.edu> wrote in message news:b7696273.0204151241.3d042588_at_posting.google.com...
> Hi,
>
> I have a column having datatype CLOB. I tried to load data to that
> column and get the error message which is "ORA-01704 string literal
> too long". Ichecked oracle web site which explain as below:
> ORA-01704 string literal too long
> Cause: The string literal is longer than 4000 characters.
> Action: Use a string literal of at most 4000 characters. Longer values
> may only be entered using bind variab
>
> My data is more than 4000 characters. But I know CLOB can hold up to
> 4GB in length. Can anybody tell me why I can't load data to that
> column?
>
> Any help will be very appreciated.
>
> Thanks
> wei
Received on Mon Apr 15 2002 - 20:16:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US