Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to find the name of the schema on an existing Oracle 7 Database?

Re: How to find the name of the schema on an existing Oracle 7 Database?

From: Keith S. <kshave_at_mbnet.mb.ca>
Date: 1998/10/19
Message-ID: <doLW1.835$v7.1461@typhoon.mbnet.mb.ca>#1/1

"Jesper Sivertsen" <siv_at_pip.dknet.dk> writes:

>If i understand your question you wants to find out who owns tables !
 

>If so use the following sql in sqlplus as the user system :
 

>select distinct(owner) from dba_tables;
 

>This will give you all schema-holders.

 What is the difference between DBA_TABLES and ALL_TABLES?

-- 
Keith Shave
Management Information Services
Ph:  (204) 945-7937
Fax: (204) 948-2542
Received on Mon Oct 19 1998 - 00:00:00 CDT

Original text of this message

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