19.2 Identity Views
These views help you validate application identity and end-user configurations.
Summary of views
| View or Object Name | Description |
|---|---|
DBA_END_USERS |
Displays all local end users defined in the database. |
USER_END_USERS |
Displays the current end user's own account information. |
DBA_APPLICATION_IDENTITIES |
Displays all application identities defined in the database. |
19.2.1 DBA_END_USERS
Displays all local end users defined in the database. Use this view to query account status, authentication type, password expiry, profile associations, and effective time ranges for each end user.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Name of the end user |
|
|
|
|
Unique identifier number for the end user |
|
|
|
|
Account status of the end user.
Valid values: |
|
|
|
|
Date on which the end-user account was locked This column is populated only when
|
|
|
|
|
Date of expiration for the end-user account |
|
|
|
|
Creation date for the end-user account |
|
|
|
|
Name of the database profile associated with the end user |
|
|
|
|
Authentication mechanism for the end user:
|
|
|
|
|
Date on which the end user's password was last set This column is populated only when |
|
|
|
|
Schema for object name resolution associated with the end user |
|
|
|
|
Effective start time for the end user |
|
|
|
|
Effective end time for the end user |
|
|
|
|
Indicates whether the end user
account password violates the mandatory profile's
password complexity requirements
( |
19.2.2 USER_END_USERS
Displays the current end user's own account information. This view is
restricted to the session's authenticated end user and exposes a
subset of the columns available in
DBA_END_USERS.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Name of the end user |
|
|
|
|
Unique identifier number for the end user |
|
|
|
|
Account status of the current end
user. Valid values: |
|
|
|
|
Date on which the end-user account was locked This column is populated only when
|
|
|
|
|
Date of expiration for the end-user account |
|
|
|
|
Creation date for the end-user account |
|
|
|
|
Authentication mechanism for the end user:
|
|
|
|
|
Date on which the end user's password was last set This column is populated
only when PASSWORD.
|
|
|
|
|
Indicates whether the end user
account password violates the mandatory profile's
password complexity requirements
( |
19.2.3 DBA_APPLICATION_IDENTITIES
Displays all application identities defined in the database. Application identities represent service principals or middleware applications.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Name of the application identity |
|
|
|
|
Unique identifier number for the application identity |
|
|
|
|
External identifier string for the application identity |