Microsoft
Software
Hardware
Network
Question : How can I list the privileges assigned to a user in Oracle 10g?
Please explain to me how do I list out the privileges currently assigned to the user.
Answer : How can I list the privileges assigned to a user in Oracle 10g?
try
select * from user_role_privs
where grantee in ('PUBLIC', :USERNAME);
to get the roles a user is granted
Random Solutions
Charset in Excel Printing through VBA
Need help converting this crystal syntax to work in SQL Reporting Services
PowerShell in Windows 7 - HowTo Add-Computer to specific OU?
Best way to dual boot Vista and XP
ghost image
WinXP classic start menu
The Citrix Metaframe you selected is not accepting connections.
Paypal, country codes/names, state/provence codes/names
I need help getting sound/HDAUDIO drivers to work with new motherboard
Why does running Dual Monitor break my C# Video Application?