TP3.sql
SELECT PRIVILEGE from
DBA_SYS_PRIVS
where
grantee =
'ADMIN'
;