Microsoft
Software
Hardware
Network
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
OWA idle time in Exchange 2010
Custom Control Designer Error
Can't Remote Desktop to Forefront TMG Server
How to monitor users on WSS 3.0
Php 500 internal server error received on website but not using xampp at home
Delete query (sql)
C# sharing variables or data between different classes
Backup power
compile this code with Delphi 2010
Filtering the SSRS report based on multivalue multiple parameters passed to stored procedure