Feature
ALL_USERS displays all database users visible to the current user.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Related views
DBA_USERS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| USERNAME | VARCHAR2(30) | NO | The username. |
| USERID | NUMBER(38) | NO | The ID of the user. |
| CREATED | DATE | NO | The time when the user was created. |