Re: how to list all tables in sqlplus

From: Matt B. <mcb_at_fightspam.sd.znet.com>
Date: Thu, 23 Nov 2000 09:41:42 -0800
Message-ID: <t1qll220r014a3_at_corp.supernews.com>


[Quoted] "Steve" <sfang88_at_yahoo.com> wrote in message news:3A1D49E8.9E1324F8_at_yahoo.com...
> I am using SQL*Plus. Is there anyway to list all the names of tables in
> the database? It will be nice to know what tables are in the database.
> Thanks!
>
> Steve

select table_name from dba_tables

-Matt Received on Thu Nov 23 2000 - 18:41:42 CET

Original text of this message