Feature
DBA_RSRC_GROUP_MAPPINGS displays the binding relationships between users and resource groups.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Related views
DBA_RSRC_CONSUMER_GROUPS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| ATTRIBUTE | VARCHAR2(128) | NO | The category. The current version supports only ORACLE_USER. |
| VALUE | VARBINARY(128) | NO | The value. When the category is ORACLE_USER, the value is the username for logon. |
| CONSUMER_GROUP | VARCHAR2(128) | YES | The name of the resource group that the user is bound to. |
| STATUS | VARCHAR2(128) | NO | The status of the resource group. It is used only for compatibility and the value is fixed to NULL. |