DBA_USERS
describes all users of the database.
Related View
USER_USERS
describes the current user. This view does not display the PASSWORD
, PROFILE
, PASSWORD_VERSIONS
, EDITIONS_ENABLED
, AUTHENTICATION_TYPE
, and LAST_LOGIN
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the user |
|
|
|
ID number of the user |
|
|
This column is deprecated in favor of the |
|
|
|
|
Account status:
|
|
|
Date the account was locked if account status was |
|
|
|
Date of expiration of the account |
|
|
|
|
Default tablespace for data |
|
|
|
Name of the default tablespace for temporary tables or the name of a tablespace group |
|
|
|
User creation date |
|
|
|
User resource profile name |
|
|
Initial resource consumer group for the user |
|
|
|
User external name |
|
|
|
Shows the list of versions of the password hashes (also known as "verifiers") existing for the account. The For more information about the 12C verifier, see Oracle Database Security Guide. Note that any combination of these verifiers can exist for any given account. |
|
|
|
Indicates whether editions have been enabled for the corresponding user ( |
|
|
|
Indicates the authentication mechanism for the user:
|
|
|
|
Indicates whether a user can connect directly ( For more information about creating proxy user accounts and authorizing users to connect through them, see Oracle Database Security Guide. |
|
|
|
Indicates whether a given user is common. Possible values
|
|
|
|
The time of the last user login. |
|
|
|
Denotes whether the user was created, and is maintained, by Oracle-supplied scripts (such as catalog.sql or catproc.sql). A user for which this column has the value |
See Also: