Column name
|
Data type
|
Description
|
---|---|---|
CREATIME
|
TIMESTAMP
|
Timestamp when the audited statement was committed.
|
LOGIN_USER
|
WVARCHAR
|
User logged into the system to execute and commit the audited data.
|
MACHINE_ID
|
WVARCHAR
|
States where the audited statement was executed. If MACHINE_ID is not set, the value is NULL.
|
APP_INFO
|
WVARCHAR
|
States which application executed the statement. If the APP_INFO is not set, the value is NULL.
|
CURRENT_CATALOG
|
WVARCHAR
|
States which catalog was used when the transaction was committed.
|
CURRENT_SCHEMA
|
WVARCHAR
|
States which schema was used when the transaction was committed.
|
TYPE
|
VARCHAR
|
States what kind of an operation the audited change was. The possible values are described below.
|
SQLSTR
|
LONG WVARCHAR
|
States the executed SQL string that was audited.
|