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

Home -> Community -> Usenet -> c.d.o.misc -> Re: 'Too long value' on a VARCHAR2(20000) where Length(string)=800

Re: 'Too long value' on a VARCHAR2(20000) where Length(string)=800

From: James Lorenzen <james_lorenzen_at_allianzlife.com>
Date: Fri, 15 Oct 1999 13:26:38 GMT
Message-ID: <7u7a1v$gi0$1@nnrp1.deja.com>


He had noted that this was in PL*SQL, which allows a VARCHAR2 of 32,000. It would help if we could see a snippet of code. If this a PL*SQL variable and is not participating in an insert or update query. The database has the limits that Stephan mentioned.

HTH
    James

In article <3806D74F.F9F53248_at_beusen.de>,   stephan.born_at_beusen.de wrote:
> > someone should help me in problem explained in object with PLSQL?
> > thank you
>
> VARCHAR2( 20000 ) ??????
>
> In Oracle7 the maximum is VARCHAR2( 2000 ), in Oracle8 VARCHAR2( 4000
)!
>
> Regards, Stephan
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Oct 15 1999 - 08:26:38 CDT

Original text of this message

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