USERS
The system table DOMAIN.USERS
contains all database users.
|
CHAR(32) |
Name of the owner of the database user |
|
CHAR(32) |
Name of the group |
|
CHAR(32) |
Name of the database user |
|
CHAR(8) |
Class of the database user (SYSDBA | DBA | RESOURCE | STANDARD) |
|
CHAR(8) |
Type of connection (MULTIPLE | SINGLE | DISABLED) |
|
FIXED(10) |
TIMEOUT value |
|
FIXED(10) |
COSTWARNING value |
|
FIXED(10) |
COSTLIMIT value |
|
CHAR(7) |
Default value for code attribute |
|
DATE |
Date on which the database user was created |
|
TIME |
Time at which the database user was created |
|
DATE |
Date on which the database user was changed |
|
TIME |
Time at which the database user was changed |
|
DATE |
Creation date of the password |
|
TIME |
Creation time of the password |
|
CHAR(18) |
Database name |
|
CHAR(64) |
Name of the database computer |
|
FIXED(10) |
ID of the database user |
|
CHAR(3) |
Indicates whether the database user can control and monitor database replication (YES | NO) |
|
CLOB |
Comment on the database user |
Evaluating System Tables, USERS
Database Administration, Database Users
SQL Reference Manual, User Name (user_name)