The ALL_USERS view provides information about all users of the database that are visible to the current user.
| Column name | Data type | Description |
|---|---|---|
USERNAME |
VARCHAR2(30) |
The name of the user. Always INLINE. |
USER_ID |
TT_INTEGER |
The ID number of the user. Always NOT NULL. |
CREATED |
TT_TIMESTAMP |
The date when the user was created. Always NOT NULL. |