SYS.DBA_USERS
The DBA_USERS view describes all users of the database.
Related views
Columns
| Column name | Type | Description. |
|---|---|---|
|
|
|
Name of the user |
|
|
|
ID number of the user |
|
|
|
Value |
|
|
|
Indicates the status of the account. The mapping for the Command> SELECT *
FROM
USER_
ASTATUS_
MAP;
< 0, OPEN >
< 1, EXPIRED >
< 2, EXPIRED
(GRACE) >
< 4, LOCKED(TIMED) >
< 8, LOCKED >
< 5, EXPIRED &
LOCKED(TIMED) >
< 6, EXPIRED(GRACE)
& LOCKED(TIMED)
>
< 9, EXPIRED &
LOCKED >
< 10, EXPIRED(GRACE)
& LOCKED >
9 rows found. |
|
|
|
The time when the account was locked. If the account is not locked, the value is |
|
|
|
The actual expiry date of the password. This is calculated as (the time the user logs in after the password expires and falls in the grace period) plus (the grace period). If there is no expiry date, the value is |
|
|
|
Value |
|
|
|
Value |
|
|
|
Date when the user was created |
|
|
|
Name of the profile. If there is no profile assigned, the value is |
|
|
|
Value |
|
|
|
Value |
|
|
|
Value |
|
|
|
Value |