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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DESC tableName - need an SQL version...

Re: DESC tableName - need an SQL version...

From: Tom Renfro <trenfro_at_i-55.com>
Date: Tue, 30 Oct 2001 16:11:50 -0800
Message-ID: <9rn8i8$69a$1@news.datasync.com>

Try

SELECT * FROM DICTIONARY; Dictionary is a view containing a name and description of all available tables in the data dictionary

-Tom

>
> Where can I come by the names of all these tables I didn't know existed?
> I am a newbie who had Oracle shoved down her throat with no manual...
>
> Is there a list somewhere of all the "common" tables (ones I didn't
> make) and what is in them...?
>
> ~kaeli~
Received on Tue Oct 30 2001 - 18:11:50 CST

Original text of this message

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