You execute the following piece of code with appropriate privileges:
BEGIN
DBMS_ REDACT.ADD_ POLICY(
Object_schema object_name column_name pol

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web


You execute the following piece of code with appropriate privileges:
BEGIN
DBMS_ REDACT.ADD_ POLICY(
Object_schema object_name column_name policy_name function_type
Expression
END;
=> 'SCOTT'
=> 'EMP'
=> 'SAL'
=> 'SCOTT_ EMP'
=> DBMS_ REDACT. FULL
=> 'SYS_CONTEXT(''SYS_SESSION_ ROLES''''MGR'')
= ''FALSE''');
BEGIN
DBMS_ REDACT.ADD_ POLICY(
Object_schema object_name column_name policy_name function_type
Expression
END;
=> 'SCOTT'
=> 'EMP_VW'
=> 'SAL'
=> 'SCOTT_ EMP_VW'
=> DBMS_ REDACT. NONE
=> 'SYS_CONTEXT(''SYS_S ESSION_ ROLES''''MGR'')
= ''FALSE''');
User SCOTT has been granted the CREATE SESSION privilege and the MGR role.
Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table?

A.Data is redacted for the EMP.SAL column only if the SCOTT session does not have the MGR role set.
B.Data is redacted for EMP.SAL column only if the SCOTT session has the MGR role set.
C.Data is never redacted for the EMP_VW.SAL column.
D.Data is redacted for the EMP_V.SAL column only if the SCOTT session has the MGR role set.
E.Data is redacted for the EMP_V.SAL column only if the SCOTT session does not have the MGR role set.
正确答案AC
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top