Feature
This view displays the binding relationships between the user and resource groups.
Related views
oceanbase.DBA_RSRC_CONSUMER_GROUPS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| ATTRIBUTE | varchar(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 | varchar(128) | YES | The name of the resource group that the user is bound to. |
| STATUS | varchar(128) | NO | The status of the resource group. This field is used only for compatibility, and the value is fixed to NULL. |