Practice exercise
Identify the correct statements about the working of Fine Grained Access Control:
A table can have only one security policy.
Different policies can be used to protect
SELECT
,INSERT
,UPDATE
, andDELETE
statements on a table but not one.The policy function returns the predicate information as
WHERE
<Column>
=
<Value>
.Once associated, the FGAC policy cannot be revoked from the table.
A security policy can be associated to group of objects by the DBA. State true or false.
True
False
Chose the correct statement about
DBMS_RLS
:DBMS_RLS
is used only for Row Level Security policies.The package is owned by
SYS
.It can create/drop/refresh policies and create/drop policy groups.
Using
DBMS_RLS
to set the policy degrades the application performance.
Identify the correct statements about the context of an application:
A user who holds the
CREATE
CONTEXT
privilege can create a context.It is owned by the user
SYS
.A user can check context metadata in
USER_CONTEXTS
.The trusted package...