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: <DBarbour_at_austin.isd.tenet.edu>
Date: Fri, 13 Jul 2001 08:05:50 -0700
Message-ID: <F001.00349DDE.20010713075038@fatcity.com>

Check text in DBA_VIEWS, it's a long column, so you'll have to enter a set command like: set long 5000 to view the whole thing depending on the size.

David A. Barbour
Oracle DBA, OCP
AISD
512-414-1002

                                                                                       
                        
                    Ray Stell                                                          
                        
                    <stellr_at_stell.c       To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>  
                    ns.vt.edu>            cc:                                          
                        
                    Sent by:              Subject:     Re: How to get the list of 
tables used in a view?       
                    root_at_fatcity.co                                                    
                        
                    m                                                                  
                        
                                                                                       
                        
                                                                                       
                        
                    07/13/2001                                                         
                        
                    08:30 AM                                                           
                        
                    Please respond                                                     
                        
                    to ORACLE-L                                                        
                        
                                                                                       
                        
                                                                                       
                        




On Thu, Jul 12, 2001 at 07:10:21PM -0800, ASHOKE MANDAL wrote:
> Is there any dictionary table/view where I can query the name of all the
> tables used by a particular view?

--
select text from all_views
===============================================================
Ray Stell   stellr_at_vt.edu     (540) 231-4109     KE4TJC    28^D
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ray Stell
  INET: stellr_at_stell.cns.vt.edu

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).




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: DBarbour_at_austin.isd.tenet.edu

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 Fri Jul 13 2001 - 10:05:50 CDT

Original text of this message

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