Question : Oracle Role

Hey how can I find a particular Oracle user having which Roles and Privileges

Answer : Oracle Role

you can use these queries to find out:
select * from USER_SYS_PRIVS;
select * from USER_ROLE_PRIVS;
select * from USER_TAB_PRIVS;

DBA_ views are also avaible.
Random Solutions  
 
programming4us programming4us