Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Defined Roles
dbennet_at_gmail.com wrote:
>I need to print the defined roles and users for our Oracle databases
>(vs 7.3.3)., preferably also a list of roles and who belongs to the
>roles. This needs to be done for our auditors.
>
>I am not a DBA, so I am not overly fimiliar with Oracle, and am hoping
>to save a bit of money by not having our vendor do this for us.
>Thanks.
>
>Darryl
There are several views ( at least in modern ( meaning post 7) versions of Oracle ):
USER_ROLE_PRIVS
DBA_ROLES
ROLE_ROLE_PRIVS ROLE_SYS_PRIVS ROLE_TAB_PRIVS
Try them to see which works best for what you need..
Some may require DBA privs to access. Received on Tue Nov 02 2004 - 09:17:05 CST
![]() |
![]() |