Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Search for a string in the TEXT column of dba_views
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
![]() |
![]() |