071
MIS
- Aug 9, 2000
- 153
Hello,
I would like to check if one of my users has the following role privileges...
grant select on sys.v_$parameter to ARTROLE
/
grant select on sys.dba_free_space to ARTROLE
/
grant select on sys.dba_tablespaces to ARTROLE
/
grant select on sys.v_$session to ARTROLE
/
grant select on sys.v_$lock to ARTROLE
/
Can anyone tell me what the SQL is to do this ?
I have googled this but can't seem to find info on querying roles within Oracle...
Many thanks.
Cheers,
71
I would like to check if one of my users has the following role privileges...
grant select on sys.v_$parameter to ARTROLE
/
grant select on sys.dba_free_space to ARTROLE
/
grant select on sys.dba_tablespaces to ARTROLE
/
grant select on sys.v_$session to ARTROLE
/
grant select on sys.v_$lock to ARTROLE
/
Can anyone tell me what the SQL is to do this ?
I have googled this but can't seem to find info on querying roles within Oracle...
Many thanks.
Cheers,
71