Skip Headers
DBA_USERS describes all users of the database.
DBA_USERS
USER_USERS describes the current user. This view does not display the PASSWORD or PROFILE columns.
USER_USERS
PASSWORD
PROFILE
USERNAME
VARCHAR2(30)
NOT NULL
Name of the user
USER_ID
NUMBER
ID number of the user
Encrypted password
ACCOUNT_STATUS
VARCHAR2(32)
Account status:
OPEN
EXPIRED
EXPIRED(GRACE)
LOCKED(TIMED)
LOCKED
EXPIRED & LOCKED(TIMED)
EXPIRED(GRACE) & LOCKED(TIMED)
EXPIRED & LOCKED
EXPIRED(GRACE) & LOCKED
LOCK_DATE
DATE
Date the account was locked if account status was LOCKED
EXPIRY_DATE
Date of expiration of the account
DEFAULT_TABLESPACE
Default tablespace for data
TEMPORARY_TABLESPACE
Default tablespace for temporary table
CREATED
User creation date
User resource profile name
INITIAL_RSRC_CONSUMER_GROUP
Initial resource consumer group for the user
EXTERNAL_NAME
VARCHAR2(4000)
User external name
"USER_USERS"