OBJECT_OWNER
|
VARCHAR2(30)
|
|
Owner of the synonym, table, or view
|
OBJECT_NAME
|
VARCHAR2(30)
|
|
Name of the synonym, table, or view
|
POLICY_GROUP
|
VARCHAR2(30)
|
|
Name of the policy group
|
POLICY_NAME
|
VARCHAR2(30)
|
|
Name of the policy
|
PF_OWNER
|
VARCHAR2(30)
|
|
Owner of the policy function
|
PACKAGE
|
VARCHAR2(30)
|
|
Name of the package containing the policy function
|
FUNCTION
|
VARCHAR2(30)
|
|
Name of the policy function
|
SEL
|
VARCHAR2(3)
|
|
Indicates whether the policy is applied to query on the object (YES ) or not (NO )
|
INS
|
VARCHAR2(3)
|
|
Indicates whether the policy is applied to insert on the object (YES ) or not (NO )
|
UPD
|
VARCHAR2(3)
|
|
Indicates whether the policy is applied to update on the object (YES ) or not (NO )
|
DEL
|
VARCHAR2(3)
|
|
Indicates whether the policy is applied to delete on the object (YES ) or not (NO )
|
CHK_OPTION
|
VARCHAR2(3)
|
|
Indicates whether the check option is enforced for the policy (YES ) or not (NO )
|
ENABLE
|
VARCHAR2(3)
|
|
Indicates whether the policy is enabled (YES ) or disabled (NO )
|
STATIC_POLICY
|
VARCHAR2(3)
|
|
Indicates whether the policy is static (YES ) or not (NO )
|