Search notes:

Oracle: DBA_RSRC_CONSUMER_GROUP_PRIVS

select
   grantee,
   granted_group,
   grant_option,
   initial_group
from
   dba_rsrc_consumer_group_privs;

See also

Resource manager
data dictionary

Index