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.

Privileges

You must have the SET ANY SECURITY OPTION system privilege.

Side effects

None

Example

To disable all auditing:

CALL sa_disable_auditing_type( 'all' );