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 -> Extracting Substrings from LONG datatype

Extracting Substrings from LONG datatype

From: Allen Brown <anb_at_nortelnetworks.com>
Date: Wed, 01 Sep 1999 18:25:09 -0400
Message-ID: <37CDA7C5.F6B1D7B9@nortelnetworks.com>


Surely someone knows how to do this:

I have string data encoded into a LONG datatype field in Oracle 8. I am confident that I know what substrings begin and end the substrings that I must extract, and they may include single quote characters. Each of the substrings is likely (but not necessarily) less that 4K characters long. The usual substring extraction functions do not work on a LONG datatype.

How can I extract the substrings from the LONG datatype within a "select" query?

Many thanks,

Allen Brown


Received on Wed Sep 01 1999 - 17:25:09 CDT

Original text of this message

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