Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to get a list of all the tables?

Re: How to get a list of all the tables?

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Mon, 12 Feb 2001 02:47:14 GMT
Message-ID: <S8Ih6.408064$U46.12064070@news1.sttls1.wa.home.com>

select * from user_tables -> all tables belonging to the user
select * from all_tables _> all tables the user can see
select * from dba_tables -> all tables

Jim
--
Our new email address is kennedy-family_at_home.com
.
"Babylon5Fan" <alweiner_at_my-deja.com> wrote in message
news:967ggo$14k$1_at_nnrp1.deja.com...

> I know you can use the sql stmt: describe table
> where table is the name of a table in the tablespace. However, is there
> a sql stmt to give a list of all the tables?
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Sun Feb 11 2001 - 20:47:14 CST

Original text of this message

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