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 -> Convert LONG to a VARCHAR2

Convert LONG to a VARCHAR2

From: Chris Forlano <cforlano_at_nortelnetworks.com>
Date: Mon, 04 Oct 1999 10:32:17 +0100
Message-ID: <37F87402.FA53C9CE@nortelnetworks.com>


I don't suppose there is a way to convert a LONG to a VARCHAR2.

I'm trying to insert a values larger than 32K into a LONG (possible?). I'm trying to be clever and say something like:

update table set col1 = CONCAT( col1, <large value> )

where col1 and <large value> are each smaller than 32k, but together are

larger thank 32k.

Thanks,

Chris

--
Chris Forlano
Automation Development
Nortel Networks, Maidenhead
590 4342 (01628 434 342)
cforlano_at_nortelnetworks.com Received on Mon Oct 04 1999 - 04:32:17 CDT

Original text of this message

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