[Home] [Help]
[Dependency Information]
| Object Name: | USER_XS_USERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Account information for the current user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (128) | Name of the current user | |
| STATUS | VARCHAR2 | (8) | Status of the current user. Possible values are ACTIVE, INACTIVE | |
| ACCOUNT_STATUS | VARCHAR2 | (32) | Yes | Direct login account status for the current user |
| LOCK_DATE | DATE | Account Lock date for direct login session for the current user | ||
| EXPIRY_DATE | DATE | Account Expire date for direct login session for the current user | ||
| DIRECT_LOGON_USER | VARCHAR2 | (3) | ||
| DESCRIPTION | VARCHAR2 | (4000) | Description of the user |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, STATUS
, ACCOUNT_STATUS
, LOCK_DATE
, EXPIRY_DATE
, DIRECT_LOGON_USER
, DESCRIPTION
FROM SYS.USER_XS_USERS;
SYS
DBA_XS_USERS
PUBLIC
USER_XS_USERS
|
|
|
|