Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: need to compare long data against varchar2
need to compare long data against varchar2Mark
Not that I have an answer for you, but what about synonyms to tables / views being referenced ?
Ferenc Mantfeld
Dreaming costs you nothing. Not dreaming costs you everything.
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: Ferenc Mantfeld
INET: mantfield_at_connexus.net.au
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 - 12:14:00 CST