Oracle 11.2.0.3, is there a way to audit users having a specific role ?
The usual way is to audit individual users but that is one by one approach, people who have write access in prod have a specific role for that, so I want to audit anyone having that specific role.
A way to do that would be to use an on-logon trigger and if the user has the specific role than starts auditing on the fly but I don't see any docs supporting that.