OCP-V13-018

来源:互联网 发布:梧桐外设淘宝店 编辑:程序博客网 时间:2024/06/05 09:16

QUESTION 18
You create a new Automatic Database Diagnostic Monitor (ADDM) task:
instance_analysis_mode_task. To view the ADDM report, you use the following command:
SQL> SELECT dbms_addm.get_report(‘my_instance_analysis_mode_task’) FROM dual;
You want to suppress ADDM output relating to Segment Advisor actions on user SCOTT’s segments.
What would you do to achieve this?
A. Add a finding directive for the ADDM task.
B. Add a segment directive for the ADDM task.
C. Add a parameter directive for the ADDM task.
D. Disable the Segment Advisor from the Automatic Maintenance Task.
Correct Answer: B


你创建一个新的自动数据库诊断监视器(ADDM)任务:
instance_analysis_mode_task。查看ADDM报告,你可以使用下面的命令:
SQL> SELECT dbms_addm.get_report(‘my_instance_analysis_mode_task’) FROM dual;
你想抑制ADDM输出有关部分顾问行为对用户SCOTT段。
你要做什么来达到这个?

B.添加一个ADDM任务段指令。


0 0