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: listing all tables in a database??

Re: listing all tables in a database??

From: Johannes Wilhelm <x15_at_aixterm8.urz.uni-heidelberg.de>
Date: 29 Dec 2000 12:55:40 GMT
Message-ID: <92i1kc$hpb$2@news.urz.uni-heidelberg.de>

Johannes Wilhelm <x15_at_aixterm8.urz.uni-heidelberg.de> wrote: > 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

   excuse me, it must be

     select * from all_catalog;

   Johannes Received on Fri Dec 29 2000 - 06:55:40 CST

Original text of this message

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