ALL_USERS
lists all users of the database visible to the current user. This view does not describe the users (see the related views).
Related Views
DBA_USERS
describes all users of the database, and contains more columns than ALL_USERS
.
USER_USERS
describes the current user, and contains more columns than ALL_USERS
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the user |
|
|
|
ID number of the user |
|
|
|
User creation date |
|
|
Indicates whether a given user is common. Possible values:
|
|
|
|
Denotes whether the user was created, and is maintained, by Oracle-supplied scripts (such as catalog.sql or catproc.sql). A user for which this column has the value |
See Also: