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
Disabling software restriction policy
Select statement with Datepart failing
Shadowing/Overriding in C#
simple math programming question
SSH console: go to specified folder after login
Access VBA to stop all macros
What's the purpose of "MAKEFILE" macro in a makefile?
subquery returned more than 1 value: database vendor code 512
Check to see if a table has a certain value, MS Access 2003
VB.NET executable error on Excel SaveAs method when run or submitted by SSIS.