Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将字符串添加到事务日志中。
sa_audit_string( string )
string 要添加到事务日志中的字符串。
如果审记功能是打开的,此系统过程会向存储在事务日志中的审计信息添加一条注释。字符串的最大长度可以是 200 个字节。
DBA 特权
无
以下示例使用 sa_audit_string 向事务日志添加一条注释:
CALL sa_audit_string( 'Auditing test' );