Feature
USER_PROFILES displays all the profiles and their limits.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Related views
DBA_PROFILES
ALL_PROFILES
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| PROFILE | VARCHAR2(30) | NO | The name of the profile. |
| RESOURCE_NAME | VARCHAR2(32) | NO | The name of the resource. |
| RESOURCE_TYPE | VARCHAR2(8) | NO | Indicates whether the resource is a kernel or a password. |
| LIMIT | VARCHAR2(40) | NO | The limit on the resource for the profile. |