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
Using ADFind to input all account in specific OU where the Accounts expire is set after the current day
HighCharts alternatives
using Task.IsCompleted
SQL 2005 log shipping vs replication question.
assign the value of an object property to an variable
Convert Julian date to standard date through Derived Coulmn in SSIS
proxy issue and httpwebrequest
DC NULL SID in security logs
ID3 algorithm implementation in JAVA or c++
SQL Server 2005 paging and UNION