| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: I needhelp
hi, mcs,
I have dba_1 created a role called TESTING. From the SQL, if a connect as dba_1, i can see the role.
SQL> CONN dba_1/dba_1
Connected.
SQL> select distinct role from role_tab_privs;
ROLE
ROLE
SQL> conn system/manager
Connected.
SQL> select distinct role from role_tab_privs;
ROLE
I curios, why when i log in using system, i can't see ITEM_ROLE and
TESTING.
and why dba_1 can see role created by dba_2(Item_role)but dba_2 can't
see role created by dba_1 (TESTING role)
DBA_1 AND DBA_2 were granted DBA priviledge.
Thanz. Received on Tue Feb 03 2004 - 03:09:29 CST
![]() |
![]() |