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: knowing the tables created?

Re: knowing the tables created?

From: Tom Grenier <tom_at_sqlman.com>
Date: Sun, 10 Feb 2002 23:35:57 -0800
Message-ID: <3C67745D.F6DA1BFD@sqlman.com>


select owner, table_name from dba_tables

DukeNM wrote:

> ?How do i(superuser/dba) know what tables are created for a specific user.
>
> i tried the
> select username, , dba_tables from dba_users;
Received on Mon Feb 11 2002 - 01:35:57 CST

Original text of this message

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