ocp-422

QUESTION NO: 422?
To generate recommendations to improve the performance of a set of SQL queries in an application, you
execute the following blocks of code:
BEGIN dbms_advisor.create_task(dbms_advisor.sqlaccess_advisor,’TASK1’);
END;
/
BEGIN dbms_advisor.set_task_parameter(‘TASK1’,’ANALYSIS_SCOPE’,’ALL’);
dbms_advisor.set_task_parameter(‘TASK1’,’MODE’,’COMPREHENSIVE’); END;
/ BEGIN dbms_advisor.execute_task(‘TASK1’);
dbms_output.put_line(dbms_advisor.get_task_script(‘TASK1’));
END;
/
The blocks of code execute successfully; however, you do not get the required outcome. What could be the
reason?
A. A template needs to be associated with the task.
B.A workload needs to be associated with the task.
C. The partial or complete workload scope needs to be associated with the task.
D. The type of structures (indexes, materialized views, or partitions) to be recommended need to be specified
for the task.
Answer: B


为了生成建议以提高在应用程序中的一套SQL查询性能,你执行下面的
代码块:
代码块执行成功,但是你没有得到所需的结果。可能是什么原因?

B.工作负载需要与任务相关联。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值