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: Phoee, Find views with column name

Re: Phoee, Find views with column name

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Thu, 11 Apr 2002 13:53:28 -0800
Message-ID: <F001.00442852.20020411135328@fatcity.com>


This provides you with the "view" columns, not the columns from the tables, which the view is based on.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

> Darn E-mail package. Every once in a while I get a message as I'm
deleting one
> or more I don't want & one I do want goes as well. Well, I guess that's
> IBM/Lotus for you.
>
> Anyway, someone asked how to find all the views that include a specific
column.
> Try the following:
>
> select view_name
> from user_views, user_tab_columns
> where view_name = table_name
> and column_name = '<fill_in_the_blank>';
>
> Dick Goulet
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: dgoulet_at_vicr.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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: ineyman_at_perceptron.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 Apr 11 2002 - 16:53:28 CDT

Original text of this message

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