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 -> Fighting the 32K limit

Fighting the 32K limit

From: <dogbert_at_myremarq.com>
Date: Sun, 18 Jul 1999 11:44:20 -0400
Message-ID: <OEauOST0#GA.296@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 Sun Jul 18 1999 - 10:44:20 CDT

Original text of this message

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