Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to get the list of tables used in a view?

RE: How to get the list of tables used in a view?

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Thu, 12 Jul 2001 20:29:23 -0700
Message-ID: <F001.003496F4.20010712202522@fatcity.com>

Ashoke,
 Look in dba_dependencies (or user_dependencies) view.  Select related columns for type = 'VIEW' .

 HTH,  Regards,

> -----Original Message-----
> From: ASHOKE MANDAL [SMTP:ashoke_mandal_at_hotmail.com]
> Sent: Thursday, July 12, 2001 10:10 PM
> To: Multiple recipients of list ORACLE-L
> Subject: How to get the list of tables used in a view?
>
> Greetings,
>
> Is there any dictionary table/view where I can query the name of all the
> tables used by a particular view?
>
> The way I do now is : Query the line containing 'from' in text field of
> dba_views for the specified view.
>
> Is there any other way to get the list of the tables used by a view?
>
>
> Thanks,
> Ashoke
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Thu Jul 12 2001 - 22:29:23 CDT

Original text of this message

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