Privileges (merged) [message #388195] |
Mon, 23 February 2009 15:08 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Experts,
I created one database user bhdforacle and I granted role resource to bhdforacle.
When i do the following query:-
select * from dba_sys_privs where grantee='BHDFORACLE';
I can see only one privilege named UNLIMITED TABLESPACE.
while Resource has eight privileges and I dont see above
mentioned privilege owned by Resource
But when I run the following query:-
select * from dba_sys_privs where grantee='RESOURCE';
why both queries have different results.
Regards,
Varun Punj,
|
|
|
|
|
Re: Privileges [message #388205 is a reply to message #388201] |
Mon, 23 February 2009 17:11 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Yeah Blackswan You are right.But I granted resoource role to
BHDFORACLE.So BHDFORACLE should have same privileges like
resource role.Why isn't it showing the same privileges.
Regards,
Varun Punj,
[Updated on: Mon, 23 February 2009 17:11] Report message to a moderator
|
|
|
|
|
|
|