You create a new Automatic Database Diagnostic Monitor (ADDM) task:
my_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.