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: tables and views

RE: tables and views

From: Rudy Zung <rzung_at_printcafe.com>
Date: Fri, 08 Aug 2003 12:24:23 -0800
Message-ID: <F001.005C9AD4.20030808122423@fatcity.com>

 

All columns from view and tables appear in ALL_TAB_COLUMNS; to differentiate the source of the columns, you need to join to ALL_TABLES for the table columns, or to ALL_VIEWS for view columns, or if you need to know what type of object the column came from (instead of something like list all the table columns, or list all the view columns) then you should join to ALL_OBJECTS.

-----Original Message-----

Sent: Friday, August 08, 2003 2:19 PM
To: Multiple recipients of list ORACLE-L

How to diiferentiate views and tables in all_tables and all_tab_columns . which column and what criteria can return only tables ??  

-ak

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Rudy Zung
  INET: rzung_at_printcafe.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 Aug 08 2003 - 15:24:23 CDT

Original text of this message

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