|
Category: IQ: System Procedures: Auditing
sa_audit_string
sa_audit_string is a
system procedure
of
IQ.
If
auditing
is switched on, the procedure adds a string to the
auditlog
(which is part of the
transaction log
). sa_audit_string can only be executed by a
DBA.
The string can have a maximum of 200
bytes
and must be set in double quotes.
sa_audit_string: syntax
sa_audit_string ('string')
The procedure is invoked using the
CALL statement.
call sa_audit_string('Comment in the auditlog of the transaction log')
|