Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> need to compare long data against varchar2
I need to devise a method of comparing the TEXT column of dba_views against
varchar2.
End result I want to find the views that reference a particular table within
its text.
example (which ~obviously~ will not work):
select view_name
from dba_views
where text like '%<table_name>%
I understand that a query or PL/SQL procedure of this sort would be long
running, but
getting the concept to work would be a start.
TIA
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Markham, Richard
INET: RMarkham_at_hafeleamericas.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Fri Feb 21 2003 - 09:19:25 CST