Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_POLICIES

All row level security policies for tables or views owned by the user

Columns
   ___________________________
 
   PACKAGE
      Name of the package containing the policy function
   INS
      If YES, policy is applied to insert on the object
   ENABLE
      Is this policy is enabled?
   CHK_OPTION
      Is check option enforced for this policy?
   DEL
      If YES, policy is applied to delete on the object
   UPD
      If YES, policy is applied to update on the object
   FUNCTION
      Name of the policy function
   PF_OWNER
      Owner of the policy function
   POLICY_NAME
      Name of the policy
   OBJECT_NAME
      Name of the table or view
   SEL
      If YES, policy is applied to query on the object

Related Commands:




Back to the Top

Simon Sheppard
SS64.com