Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: listing all tables in a database??
hawk <hawk_at_hotmail.com> wrote:
> Hi all,
> Is there a way to list all the tables in a database. I use Oracle 7 for
> UNIX.
> Thanks
with
select * from all_tables;
you can see all within your scope
Johannes Received on Fri Dec 29 2000 - 06:52:37 CST
![]() |
![]() |