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

Home -> Community -> Usenet -> c.d.o.tools -> Re: inserting into a long datatype column

Re: inserting into a long datatype column

From: Markus Schwabe <mschwabe_at_gscout.de>
Date: 2000/07/18
Message-ID: <8l1i2q$egb$1@koroth.muc.eurocyber.net>#1/1

Hi,

look at http://govt.oracle.com/~tkyte/Misc/LargeStrings.html

Thanks to Tom, great guy.

Hth,
Markus

<russellhitchcock_at_hotmail.com> schrieb im Newsbeitrag news:8l065f$jru$1_at_nnrp1.deja.com...
> How do I insert something greater than 4K into a LONG
> column?
>
> Basically, I just
> want to verify that it will hold 2GB.
> Whenever, I do this I get the error
> ORA-01704: string literal too long.
> This error message indicates thats a
> string can not exceed 4K bytes. So
> I thought perhaps I needed to use a bind
> variable. But LONG can not be used for
> a bind variable.
>
> So how is this done... ie how do I insert
> something greater than 4K into a LONG
> column.
>
> I have set the command option LONG to 2000000000.
>
> I can't use CLOB's because I am using the UTF-8
> (variable width) character set.
>
> Thanks,
> Russ
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Jul 18 2000 - 00:00:00 CDT

Original text of this message

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