Database Vault is configured and enabled in the database. You create a rule set to enforce security on the hr. employees table.
Examine these requirements:
1. Users working In hr department are allowed to view all rows In HR.EMPLOYEES.
2. hr managers are allowed to view, update, and delete data in In HR.EMPLOYEES.
3. Audit records are to be collected for every evaluation of the rule set.
Which two options are true when creating the rule set?
- One rule set contains two rules OR'ed together.
- The rule set parameter audit_options must be set to dbms_macutl.g_ruleset_audtt_fail.
- The rule set must be defined as is_static.
- The rule set parameter eval_options must be set to dbms_macutl.g_ruleset_eval_all.
- The rule set parameter audit_options must be set to dbms_macutl.g_buleset_audit_fail + DBMS MACUTL.G RULESET AUDIT SUCCESS.
Reveal Solution Next Question