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: newbie PL/SQL questions

Re: newbie PL/SQL questions

From: Tim Witort <trwNOSPAM_at_NOSPAMmedicalert.org>
Date: 1997/09/09
Message-ID: <3415953F.702F@NOSPAMmedicalert.org>#1/1

Romuald Jouffrey wrote:
>
> Hi, I got 2 questions in
>
> I would like to receive and record a file, but varchar2 is limited to
> 2000 chars long. What can be done ?

In PL/SQL, a VARCHAR2 can hold up to 32K characters. If that is not enough, then your only option is to use multiple VARCHAR2s. In PL/SQL, even a LONG is limited to 32K, so if 32K is not enough...

Received on Tue Sep 09 1997 - 00:00:00 CDT

Original text of this message

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