Contents Index System and catalog stored procedures sa_check_commit system procedure

ASA SQL Reference
  System Procedures and Functions
    System and catalog stored procedures

sa_audit_string system procedure


Function 

Adds a string to the transaction log.

Syntax 

sa_audit_string ( string )

Permissions 

DBA authority required

Side effects 

None

See also 

AUDITING option [database]

Auditing database activity

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.

Examples 

The following call adds a comment into the audit log:

CALL sa_audit_string( 'Auditing test' )

Contents Index System and catalog stored procedures sa_check_commit system procedure