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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » System Procedures » System procedures

sa_describe_query system procedure Next Page

sa_disable_auditing_type system procedure


Disables auditing of specific events.

Syntax

sa_disable_auditing_type(' types ')

Arguments
Remarks

You can use the sa_disable_auditing_type system procedure to disable auditing of one or more categories of information.

Setting this option to all disables all auditing. You can also disable auditing by setting the PUBLIC.auditing option to Off.

Permissions

DBA authority required

Side effects

None

See also
Example

To disable all auditing:

CALL sa_disable_auditing_type( 'all' );