Granting exemptions
The GRANT EXEMPTION statement gives a user an exemption from one or more access rules of a security policy.
Before you begin
About this task
Procedure
Grant an exemption by issuing the GRANT EXEMPTION statement,
as described in the HCL OneDB™ Guide to SQL:
Syntax.
Example
The following statement grants user maria an exemption from the IDSLBACWRITETREE rule in security policy company:
GRANT EXEMPTION
ON RULE IDSLBACWRITETREE
FOR company
TO maria