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: YBS Development Support <devsupp_at_dial.pipex.com>
Date: 1997/06/29
Message-ID: <33b6dbff.5494642@news.dial.pipex.com>#1/1

user_tables will only give you the tables in the database which your schema owns.

You're better off using

        select * from dba_tables

but make sure you have the correct "select" privileges first.

Cheers,

        Tim Received on Sun Jun 29 1997 - 00:00:00 CDT

Original text of this message

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