Search notes:

Oracle: DBMS_RLS

dbms_rls is used to create Virtual Private Database (VPD) policies.

Procedures

add_grouped_policy
add_policy Add a VPD-policy that governs the access to a table, view or synonym. Policies must be enabled (enable_policy) to take effect.
add_policy_context
alter_grouped_policy
alter_policy
create_policy_group
delete_policy_group
disable_grouped_policy
drop_grouped_policy
drop_policy Remove a policy.
drop_policy_context
enable_grouped_policy
enable_policy Enable a policy that was added with add_policy.
refresh_grouped_policy Invalidate cursors that are associated with nonstatic policies.
refresh_policy

See also

dbms_fga
Oracle DBMS PL/SQL packages

Index