check the new policy : all_policies « SQL Plus « Oracle PL / SQL






check the new policy

 
SQL>
SQL> SELECT object_name, policy_name, sel, ins, upd, del, enable
  2  FROM all_policies
  3  where rownum < 50;

no rows selected

SQL>

 








Related examples in the same category