Commands logged by audit server

The audit server tracks all commands that affect the table data, that is, Insert, Update, and Delete commands. It also tracks certain table level commands such as Create Table, Drop Table, and Clear Table, which affect all rows in a table.

For each of these commands, the audit server places particular information in the audit files. This information can be considered as Audit Row in the audit file.

The audit server does not track select commands, with or without lock, or other table-level commands such as Change Order, Count Rows, Create Index, or Drop Index, because these commands do not change the table data in any way.