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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: LONG to char

RE: LONG to char

From: Adam Turner <ATurner_at_concreteinc.com>
Date: Tue, 20 Feb 2001 09:55:25 -0800
Message-ID: <F001.002B8C29.20010220085125@fatcity.com>

I am doing this now. In a very lame and inneffecient way. I wrote a cursor and am taking my LOB into a really long VARCHAR2(10000) or whatever variable then substringing it out into several smaller VARCHAR2(4000) fields. It isn't pretty, but it is working without errors ....

adam

-----Original Message-----
Sent: Tuesday, February 20, 2001 8:45 AM To: Multiple recipients of list ORACLE-L

Anybody have any Idee how to conevrt a LONG datatype to char/varchar

Regards
JL
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Johan Locke_at_i-Commerce Services
  INET: Johan.Locke_at_za.didata.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Adam Turner
  INET: ATurner_at_concreteinc.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Feb 20 2001 - 11:55:25 CST

Original text of this message

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