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' );