Revoking exemptions

The REVOKE EXEMPTION statement revokes from a user an exemption on one or more access rules of a security policy.

Before you begin

You must hold the DBSECADM role to revoke exemptions.

About this task

Procedure

Revoke an exemption by issuing the REVOKE EXEMPTION statement, as described in the HCL OneDB™ Guide to SQL: Syntax.

Example

The following statement revokes from user maria an exemption from the IDSLBACWRITETREE rule in security policy company:

REVOKE EXEMPTION ON RULE IDSLBACWRITETREE FOR company FROM maria

What to do next

To revoke all IDSLBACRULES exemptions that a user has for a security policy, specify ALL in place of the policy name in the statement.