Regarding Resource manager (dbms_resource_manager/dbms_resource_manager_privs)
I would like to have users be associated with a consumer group based on membership of a particular role.
Fx. All users that are a member of a role I call HIGH_PERFORMANCE have initial consumer group that allows parallel execution.
This can of course be solved by a logon trigger but I would prefer not. Is this possible using the interface of DBMS_RESOURCE_MANAGER ?