Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 数据库管理 » 安全 » 保护数据的安全 » 审计数据库活动

 

添加审计注释

可以使用 sa_audit_string 系统存储过程向审计跟踪信息中添加注释。它使用单一参数,该参数是一个最多为 200 字节的字符串。要调用此过程,必须具有 DBA 权限。

例如:

CALL sa_audit_string( 'Started audit testing here.' );

此注释以审计语句形式存储在事务日志中。