Oracle® TimesTen In-Memory Database SQL Reference Release 11.2.1 Part Number E13070-03 |
|
|
View PDF |
The ALL_USERS view lists all users of the database that are visible to the current user.
Related views
SYS.DBA_USERS describes all users of the database and contains more columns than ALL_USERS.
SYS.USER_USERS describes the current user of the database and contains more columns than ALL_USERS.
Columns
Column | Type | Description |
---|---|---|
USERNAME | VARCHAR2(30) NOT NULL | Name of the user |
USER_ID | TT_INTEGER NOT NULL | ID number of the user |
CREATED | TT_TIMESTAMP NOT NULL | Date the user was created |