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: [SPAM] what roles have been granted to a user?

RE: [SPAM] what roles have been granted to a user?

From: Herring Dave - dherri <Dave.Herring_at_acxiom.com>
Date: Sat, 26 Feb 2005 19:51:31 -0600
Message-ID: <7ED53A68952D3B4C9540B4EFA5C76E361EE682@CWYMSX04.Corp.Acxiom.net>


SELECT *
  FROM dba_role_privs
 WHERE grantee = '<username>';



Dave Herring, DBA
Acxiom Corporation
3333 Finley
Downers Grove, IL 60515
wk: 630.944.4762
<mailto:dherri_at_acxiom.com>  

Myths Resolved: "A eye for eye, tooth for tooth, ... (Ex. 21:24) is normally quoted as justification for revenge. On the contrary, it was commanded to stop people from taking greater revenge than the original injustice."



> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
> On Behalf Of sol beach
> Sent: Friday, February 25, 2005 1:18 PM
> To: Oracle-L Freelists
> Subject: [SPAM] what roles have been granted to a user?
>
> I know I should know how to do this, but I'm suffereing from senoritis.
>
> What query will show me which ROLEs have been GRANTed to a specific user?
> I can't seem to find the VIEW/TABLE which contains this information.
>
> TIA!
> --
> http://www.freelists.org/webpage/oracle-l


The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited.
If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You.
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Feb 26 2005 - 20:54:46 CST

Original text of this message

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