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: Find DBA users

RE: Find DBA users

From: Mark Leith <mark_at_cool-tools.co.uk>
Date: Mon, 26 Nov 2001 06:43:04 -0800
Message-ID: <F001.003CCBF7.20011126061521@fatcity.com>

Helmut,

Try DBA_ROLE_PRIVS:

select *
  from DBA_ROLE_PRIVS
 where granted_role = 'DBA';

HTH Mark

-----Original Message-----
Helmut
Sent: 26 November 2001 12:10
To: Multiple recipients of list ORACLE-L

Hi!
Is there a data dictionary view that gives me all users who have geen granted the DBA role?
This is 8.1.7 on Sun Solaris.
Thanks,
Helmut

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mark Leith
  INET: mark_at_cool-tools.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Nov 26 2001 - 08:43:04 CST

Original text of this message

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