Oracle PL/SQL/SQL Plus/all policies
Версия от 13:45, 26 мая 2010; (обсуждение)
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>
SQL>
SQL> SELECT object_name, policy_name, sel, ins, upd, del, enable
2 FROM all_policies
3 where rownum < 50;
no rows selected
SQL>