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: how do I list tables in a database?

Re: how do I list tables in a database?

From: Steve Phelan <stevep_at_no-spam.pmcgettigan.demon.co.uk>
Date: 1997/06/25
Message-ID: <33B0F2CF.B95E5EE0@no-spam.pmcgettigan.demon.co.uk>#1/1

Paul Mahler wrote:

> Can someone please tell me how I can use SQL, or some other tool, to
> list all the tables in a database?
>

Try:

    select * from dba_tables;

Also look at user_tables and all_tables for a more restricted view (schema based).

Steve Phelan. Received on Wed Jun 25 1997 - 00:00:00 CDT

Original text of this message

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