SQL Audit Logging

On this page Carat arrow pointing down

SQL audit logging gives you detailed information about queries being executed against your system. This feature is especially useful when you want to log all queries that are run against a table containing personally identifiable information (PII).

To enable the feature, enable auditing for a table and then contact us to request the audit logs.

Enable auditing

Use the ALTER TABLE ... EXPERIMENTAL_AUDIT statement:

icon/buttons/copy
> ALTER TABLE customers EXPERIMENTAL_AUDIT SET READ WRITE;
Note:

To turn on auditing for more than one table, issue a separate ALTER statement for each table.


Yes No
On this page

Yes No