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 do I list tables in a database?

Re: how do I list tables in a database?

From: ScottEvon <scottevon_at_aol.com>
Date: 1997/07/21
Message-ID: <19970721013800.VAA05518@ladder02.news.aol.com>#1/1

>Subject: Re: how do I list tables in a database?
>From: Brijesh <brijesh_at_enteract.com>

The answer previously given will work IF you have dba rights. However, if you're simply trying to determine which tables belong to YOU (or the user you're logged on as, to be more precise), simply select from either the TAB table or the TABS table. The TAB table is a brief list of each table in your schema. The TABS table is a similar table with more detail. (Actually, both are Views, but that's not really important here). These tables will give you a quick list of your tables.....

GOOD LUCK!!! Received on Mon Jul 21 1997 - 00:00:00 CDT

Original text of this message

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