Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_POLICIES

All row level security policies in the database

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

Related Commands:




Back to the Top

Simon Sheppard
SS64.com