B.13 Content of SQL_USERS
SQL_USERS stores HADB user information. Each row stores information on one HADB user.
The following table describes the content of SQL_USERS.
No. |
Column name |
Data type |
Stored information |
---|---|---|---|
1 |
USER_NAME |
VARCHAR(100) |
HADB user's authorization identifier |
2 |
USER_ID |
SMALLINT |
HADB user's user ID |
3 |
DBA_PRIVILEGE |
CHAR(1) |
|
4 |
CONNECT_PRIVILEGE |
CHAR(1) |
|
5 |
SCHEMA_PRIVILEGE |
CHAR(1) |
|
6 |
CREATE_TIME |
TIMESTAMP |
HADB user creation date and time |
7 |
AUDIT_ADMIN_PRIVILEGE |
CHAR(1) |
|
8 |
AUDIT_VIEWER_PRIVILEGE |
CHAR(1) |
|