Auditing a table
SQL statement | Description |
---|---|
CREATE TABLE AUDIT(ALL) | enables auditing of a table on first READ, first UPDATE, or change within a COMMIT scope, when -START TRACE(AUDIT) CLASS(4,5) is active |
CREATE TABLE AUDIT(NONE) | disables auditing of a table, even if -START TRACE(AUDIT) CLASS(4,5) is active |
CREATE TABLE(CHANGES) | enables auditing of a table on first INSERT, UPDATE, or DELETE within a COMMIT scope, when -START TRACE(AUDIT) CLASS(5) is active |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*