Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Fighting the 32K limit
Why not use a Character Large OBject (CLOB) instead? Compared to LONGs you
can have multiple xLOB columns per table, full table scan isn't slow, you
get a file-like interface to the data, etc.
HTH. Finn
<dogbert_at_myremarq.com> wrote in message
news:OEauOST0#GA.296_at_nih2naaa.prod2.compuserve.com...
> Using Oracle 8.0.5
>
> Using PL/SQL, is there any way to take a couple of pieces of text, the sum
> total of which is longer than 32K, and concatenate it and put the result
> into a LONG?
>
> So far, I don't see any way of doing it.
>
> I was just thinking, though, that I could certainly put them into a CLOB
in
> a new temp table, but would it be possible to move it into a LONG from
> there?
>
>
Received on Mon Jul 19 1999 - 13:47:20 CDT
![]() |
![]() |