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: Newbie - How can I list all the tables in a schema?

Re: Newbie - How can I list all the tables in a schema?

From: janet <janet_at_telesph.com>
Date: 1996/12/06
Message-ID: <32A88B9F.31B9@telesph.com>#1/1

Earvin C. Lim wrote:
>
> How can I list all the tables in a schema?

Sign on to sqlplus as sys, and
select table_name from dba_tables;

for these tables & their descriptions:
select * from dict;

hth
janet Received on Fri Dec 06 1996 - 00:00:00 CST

Original text of this message

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