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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Need help in finding the usernames which belong to particular tablspace

Re: Need help in finding the usernames which belong to particular tablspace

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Thu, 26 Jul 2007 16:09:41 -0500
Message-ID: <de807caa0707261409o1705adccga371bc8fbcf4b767@mail.gmail.com>


Anant,

What are you trying to determine? The users who have objects stored in that tablespace?

select distinct owner from dba_tables where tablespace_name = '<TS_NAME>';

Also check for indexes and other physical object types your database contains.

Or users who have permission to create objects in that tablespace?

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 26 2007 - 16:09:41 CDT

Original text of this message

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