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 to list all db's / tables?

Re: how to list all db's / tables?

From: Peter Häusler <luciver_at_teleweb.at>
Date: Thu, 18 Oct 2001 19:50:43 GMT
Message-ID: <noGz7.13044$K01.491437@news.chello.at>


To list all tables you can do a

SELECT table_name,owner
FROM all_tables
;

To look which Database are avaible you can look in the Windows Service`s on NT or
in the Processe`s on UNIX

Peter Häusler
ORACLE DBA Received on Thu Oct 18 2001 - 14:50:43 CDT

Original text of this message

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