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: max size of data in a LONG column

Re: max size of data in a LONG column

From: Peter van Rijn <p.vanrijnREMOVE_at_THISzhew.nl>
Date: Tue, 10 Dec 2002 12:26:47 +0100
Message-ID: <uvbk3j56hkus16@corp.supernews.com>


No, it doesn't (HP-UX 11.0, Oracle 8.1.7.3)

What error, what version, what platform, *please*

Peter

"deepak" <deepak_dasgupta_at_delhi.tcs.co.in> schreef in bericht news:ed45575d.0212100317.1890bc20_at_posting.google.com...
> this throws an error. any ideas.??
>
> declare
> x long;
> y number;
> begin
> for i in 1..16001 loop
> x:=x||'AA';
> y:=length(x);
> end loop;
> end;
Received on Tue Dec 10 2002 - 05:26:47 CST

Original text of this message

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