0% found this document useful (0 votes)
44 views1 page

Dba Users

The USER_USERS view describes the current database user and includes columns like USERNAME, USER_ID, and PASSWORD. It does not display the PASSWORD, PROFILE, PASSWORD_VERSIONS, or EDITIONS_ENABLED columns. The DBA_USERS view describes all users of the database.

Uploaded by

Ragu Vinoth C
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

Dba Users

The USER_USERS view describes the current database user and includes columns like USERNAME, USER_ID, and PASSWORD. It does not display the PASSWORD, PROFILE, PASSWORD_VERSIONS, or EDITIONS_ENABLED columns. The DBA_USERS view describes all users of the database.

Uploaded by

Ragu Vinoth C
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

DBA_USERS describes all users of the database.

USER_USERS describes the current user. This view does PASSWORD_VERSIONS, or EDITIONS_ENABLED columns.

not display the PASSWORD, PROFILE,

Column
USERNAME USER_ID PASSWORD

Datatype
VARCHAR2(30) NUMBER VARCHAR2(30)

NULL
NOT NULL NOT NULL

Description Name of the user ID number of the user Indicates whether the user is authenticated by OID (GLOBAL) or externally authenticated (EXTERNAL); NULL otherwise

ACCOUNT_STATUS

VARCHAR2(32)

NOT NULL

Account status:
OPEN EXPIRED EXPIRED(GRACE) LOCKED(TIMED) LOCKED EXPIRED & LOCKED(TIMED) EXPIRED(GRACE) & LOCKED(TIMED) EXPIRED & LOCKED EXPIRED(GRACE) & LOCKED

LOCK_DATE EXPIRY_DATE DEFAULT_TABLESPACE TEMPORARY_TABLESPACE

DATE DATE VARCHAR2(30) VARCHAR2(30) NOT NULL NOT NULL

Date the account was locked if account status was LOCKED 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 Database version in which the password was created or changed Reserved for future use

CREATED PROFILE

DATE VARCHAR2(30)

NOT NULL NOT NULL

INITIAL_RSRC_CONSUMER_G VARCHAR2(30) ROUP EXTERNAL_NAME PASSWORD_VERSIONS VARCHAR2(4000) VARCHAR2(8)

EDITIONS_ENABLED

VARCHAR2(1)

You might also like