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: Roles and the data dictionary

Re: Roles and the data dictionary

From: damorgan <damorgan_at_exesolutions.com>
Date: Thu, 04 Apr 2002 17:03:43 GMT
Message-ID: <3CAC8771.5B0578E8@exesolutions.com>


Run the following query:

SELECT object_name
FROM all_objects
WHERE object_name LIKE '%PRIV%';

That will get you started.

Daniel Morgan

Ryan Gaffuri wrote:

> Which data dictionary view(s) can I use to determine which users have
> which roles? Which data dictionary view can I use to determine what
> rights each role has? Which one(s) can I check to see which role the
> current user has?
>
> Thanks
Received on Thu Apr 04 2002 - 11:03:43 CST

Original text of this message

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