sa_audit_string system procedure

Function

Adds a string to the transaction log.

Syntax

sa_audit_stringstring ) 

Permissions

DBA authority required. Users without DBA authority must be granted EXECUTE permission to run the stored procedure.

Description

If auditing is turned on, this system procedure adds a comment into the audit log. The string can be a maximum of 200 bytes long.

Example

The following call adds a comment into the audit log:

CALL sa_audit_string( 'Auditing test' )