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

Home -> Community -> Usenet -> c.d.o.server -> Re: Data dictionary name

Re: Data dictionary name

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Mon, 2 Aug 1999 07:14:08 +0200
Message-ID: <933570844.21637.0.pluto.d4ee154e@news.demon.nl>


user_tab_columns for your own tables
all_tab_columns for all the tables you have access to dba_tab_columns for all tables in the database.

Hth,
Sybrand Bakker, Oracle DBA

Jaco Van Rooyen <jaco_at_ctru.auckland.ac.nz> wrote in message news:37a51b0e.25709288_at_news.auckland.ac.nz...
> Hi,
>
> Bit of a newby question.
>
> I'd like to find a data dictionary I can query to get the columns
> associated with a particular table. Something like the following:
>
> SELECT
> column_name
> FROM
> blah
> WHERE
> table_name like '%qwerty%';
>
> Anybody know the name of blah.
>
> Thanks,
> Jaco
Received on Mon Aug 02 1999 - 00:14:08 CDT

Original text of this message

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