solidDB Help : Configuring and administering : Security : Auditing : Auditing user and schema changes only : Enabling and disabling audit trail
  
Enabling and disabling audit trail
The audit trail is controlled by using the Sql.AuditTrailEnabled parameter.
To enable the audit trail
1 Set the Sql.AuditTrailEnabled parameter to yes in the solid.ini configuration file.
2 Restart solidDB.
At startup, the system writes a status message to the SYS_AUDIT_TRAIL system table to indicate that the audit trail is enabled. Relevant database activities are recorded in the SYS_AUDIT_TRAIL system table until the audit trail is disabled.
To disable the audit trail
1 Set the Sql.AuditTrailEnabled parameter to no in the solid.ini configuration file.
2 Restart solidDB.
At startup, the system writes a STATUS message to the SYS_AUDIT_TRAIL system table to indicate that the audit trail is disabled. Nothing is recorded in the SYS_AUDIT_TRAIL system table until the audit trail is enabled again.
Go up to
Auditing user and schema changes only