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: How to Search for a string in the TEXT column of dba_views

Re: How to Search for a string in the TEXT column of dba_views

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 17 Sep 2004 14:52:23 -0700
Message-ID: <1095458013.227314@yasure>


Mario King wrote:

> Hi,
>
> I tried to search a string from dba_views and got ORA-00932
> inconsistent datatypes for text (long):
>
> select view_name from dba_views
> where TEXT like 'MY STRING'
>
> How to do it correctly?
>
> MK

http://www.psoug.org
Click on Morgan's Library
Click on 'LONG To CLOB'

The DBMS_LOB package has procedures and functions for manipulating CLOBS.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Sep 17 2004 - 16:52:23 CDT

Original text of this message

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