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: I don't know what tables are contained in a database

Re: I don't know what tables are contained in a database

From: Yosi Greenfield <ygreenfield_at_compuserve.com>
Date: Wed, 03 Nov 1999 09:59:35 -0500
Message-ID: <38204DD6.49207214@compuserve.com>


Log in as system and select owner, table_name from dba_tables.

No matter who you log in as, you can also select owner, table_name from all_tables or select table_name from user_tables to show you all tables accessible to you or just the ones you own, respectively.

hth.

Yosi

james wrote:

> Hi all,
>
> In sqlplus ,how can I know what tables are contained in a database
>
> and which privileges should be granted for the preceding activity.
>
> Thanks in advance
>
> James
Received on Wed Nov 03 1999 - 08:59:35 CST

Original text of this message

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