Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to list all db's / tables?
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
![]() |
![]() |