Creating security policies
You create security policies after you have created security label components.
Before you begin
About this task
Procedure
Create a security policy by issuing the CREATE SECURITY
POLICY statement, as described in HCL OneDB™ Guide to SQL:
Syntax.
Example
company
is
the security policy name and region
and department
are
security label components used in the policy:CREATE SECURITY POLICY company
COMPONENTS region, department;