SYSCAT.AUDITPOLICIES catalog view
Each row represents an audit policy.
Column Name | Data Type | Nullable | Description |
---|---|---|---|
AUDITPOLICYNAME | VARCHAR (128) | Name of the audit policy. | |
AUDITPOLICYID | INTEGER | Identifier for the audit policy. | |
CREATE_TIME | TIMESTAMP | Time at which the audit policy was created. | |
ALTER_TIME | TIMESTAMP | Time at which the audit policy was last altered. | |
AUDITSTATUS | CHAR (1) | Status for the AUDIT category.
|
|
CONTEXTSTATUS | CHAR (1) | Status for the CONTEXT category.
|
|
VALIDATESTATUS | CHAR (1) | Status for the VALIDATE category.
|
|
CHECKINGSTATUS | CHAR (1) | Status for the CHECKING category.
|
|
SECMAINTSTATUS | CHAR (1) | Status for the SECMAINT category.
|
|
OBJMAINTSTATUS | CHAR (1) | Status for the OBJMAINT category.
|
|
SYSADMINSTATUS | CHAR (1) | Status for the SYSADMIN category.
|
|
EXECUTESTATUS | CHAR (1) | Status for the EXECUTE category.
|
|
EXECUTEWITHDATA | CHAR (1) | Host variables and parameter markers logged with EXECUTE category.
|
|
ERRORTYPE | CHAR (1) | The audit error type.
|
|
REMARKS | VARCHAR (254) | Y | User-provided comments, or the null value. |