How to list EUS privileges?
Hello,
I'm working on an after logon trigger that checks user privileges; so I use DBA_*_PRIVS views to extract the list of privileges associated with a database user and check them.
My question is about OID/EUS users that are defined globally and also associated with global roles; there's no information in DBA_*_PRIVS views for these users.
How is it possible to get the detail of privileges associated with these users?
Regards,
Daniel