In OEM, choose Security | Users in the left-hand tree control to view the privileges assigned to a user.
From SQL*Plus, you can do
Code:
SELECT *
FROM dba_role_privs
WHERE grantee=<<user name>>
SELECT *
FROM dba_sys_privs
WHERE grantee=<<user name>>
to see the roles and privileges assigned to a user.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC