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: Role not found in ROLE_SYS_PRIVS and ROLE_TAB_PRIVS

Re: Role not found in ROLE_SYS_PRIVS and ROLE_TAB_PRIVS

From: NitelyJoy <nitelyjoy_at_ist-einmalig.de>
Date: 18 Oct 2006 12:27:05 -0700
Message-ID: <1161199625.746570.320380@m7g2000cwm.googlegroups.com>


Replace
role_sys_privs -> dba_sys_privs
role_tab_privs -> dba_tab_privs
and you see what you expected.

To create a user A similar to user B, everything is in:

dba_sys_privs
dba_role_privs
dba_tab_privs
dba_users
dba_ts_quotas

Don't forget to recurse dba_role_privs (hierarchical SQL query with
"connect by"), to get roles granted to roles, if you desire to
"explore" the roles.
Received on Wed Oct 18 2006 - 14:27:05 CDT

Original text of this message

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