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: SQL statement to get all tables in the database

Re: SQL statement to get all tables in the database

From: schwenp <schwenp_at_tuhs.temple.edu>
Date: 15 Nov 2004 11:10:33 -0800
Message-ID: <c8c93f5f.0411151110.3a5a173f@posting.google.com>


DA Morgan <damorgan_at_x.washington.edu> wrote in message news:<1100496883.462711_at_yasure>...
> Matt wrote:
>
> > In oracle, any SQL statements to get all tables in the database?
> > I am using SQL* PLUS, and I want to see what are all tables in
> > the database.
> >
> > Please advise. Thanks!!
>
> What Bricklen said about the docs.
>
> But also go to http://www.psoug.org
> click on Morgan's Library
> click on tables
>
> All of the major table related data dictionary views are listed.

select table_name from dba_tables where owner not in('SYS','SYSTEM'); Received on Mon Nov 15 2004 - 13:10:33 CST

Original text of this message

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