You execute the following piece of code with appropriate privileges:

BEGIN DBMS_REDACT.ADD_POLICY ( END; object_schema object_name

Column_name policy_name function_type expression => 'SCOTT', => 'EMP',

=> 'SAL', => 'SCOTT_EMP', => DBMS_REDAC

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

You execute the following piece of code with appropriate privileges:

BEGIN DBMS_REDACT.ADD_POLICY ( END; object_schema object_name

Column_name policy_name function_type expression => 'SCOTT', => 'EMP',

=> 'SAL', => 'SCOTT_EMP', => DBMS_REDACT.FULL, => 'SYS_CONTEXT

(''SYS_SESSION_ROLES'',''MGR'') = ''FALSE'''); END; BEGIN

DBMS_REDACT.ADD_POLICY ( object_schema object_name column_name

Policy_name function_type expression => 'SCOTT', => 'EMP_VW', => 'SAL',

=> 'SCOTT_EMP_VW', => DBMS_REDACT.NONE, => 'SYS_CONTEXT

(''SYS_SESSION_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.DataisredactedfortheEMP.SALcolumnonlyiftheSCOTTsessiondoesnothavetheM
GR role set. B.DataisredactedforEMP.SALcolumnonlyiftheSCOTTsessionhastheMGRroleset. 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. Correct
正确答案AC
访客
邮箱
网址

通用的占位符缩略图

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


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

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

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