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 -> Re: SEARCHING FOR TEXT PATTERN IN "LONG" COLUMN

Re: SEARCHING FOR TEXT PATTERN IN "LONG" COLUMN

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Tue, 02 Sep 2003 16:31:06 -0700
Message-ID: <1062545443.73907@yasure>


SAL wrote:

>All,
>I would like to do something like:
>select view_name from user_views where text like 'CURRENT%';
>Obviously I can not do it because TEXT column in user_views is LONG. Is
>there any way around it? I have looked at many dbms stored procedures, but
>can not find one that will do this.
>Any help will be appreciated.
>
>Sal
>
>
>
>

Use an in-line view.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Sep 02 2003 - 18:31:06 CDT

Original text of this message

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