Previous Topic

Next Topic

Disable Security_Audit

Valid in: SQL, ESQL

The Disable Security_Audit statement enables the security administrator to turn off security logging for the specified type of security event. To turn security logging on, use the enable security_audit statement.

Previous Topic

Next Topic

Syntax

The Disable Security_Audit statement has the following format:

[EXEC SQL] DISABLE SECURITY_AUDIT audit_type | ALL;

After disabling security logging, the DBMS Server continues to log security events for users that have the AUDIT_ALL privilege. (To disable auditing for users that are assigned the AUDIT_ALL privilege, use Ingres configuration tools, described in the System Administrator Guide.)

Previous Topic

Next Topic

Embedded Usage

You cannot use host language variables in an embedded Disable Security_Audit statement.

Previous Topic

Next Topic

Permissions

You must have the maintain_audit privilege and be working in a session that is connected to the iidbdb.

Previous Topic

Next Topic

Locking

The Disable Security_Audit statement locks pages in the iisecuritystate system catalog.

Previous Topic

Next Topic

Related Statements

Create Security_Alarm

Drop Security_Alarm

Enable Security_Audit

Previous Topic

Next Topic

Example: Disable Security_Audit

The following example turns off logging of database events:

disable security_audit dbevent;


© 2007 Ingres Corporation. All rights reserved.