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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Which user has which privileges

Re: Which user has which privileges

From: Michel Cadot <micadot_at_netcourrier.com>
Date: 2000/08/08
Message-ID: <8modj3$t0i$1@s1.read.news.oleane.net>#1/1

dba_role_privs gives you the roles
dba_sys_privs gives you the system privileges
dba_tab_privs gives you the object privileges
dba_col_privs gives you the privileges on the columns

There is no easy way because a user may have a privilege thru a role of a role of... but it can be done with SQL and connect by clause.

--
Have a nice day
Michel


Rene Nyffenegger <renenyffenegger_at_my-deja.com> a écrit dans le message :
8mn9br$mte$1_at_nnrp1.deja.com...

> Hi
>
> Is there an easy way to determine which user has which privileges?
>
> TIA
> Rene
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Aug 08 2000 - 00:00:00 CDT

Original text of this message

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