第60题-OCP认证062考试题库2019最新考题解析
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
QUESTION 60
Which three statements are true about adaptive SQL plan management?
A. It automatically performs verification or evolves non-accepted plans, in COMPRE HENSIVE mode when they perform better than existing accepted plans.
B. The optimizer always uses the fixed plan, if t he fixed plan exists in t he plan baseline.
C. It adds new, bettor plans automatically as fixed plans to the baseline.
D. The non-accepted plans are automatically accepted and become usable by the optimizer if they perform better than the existing accepted plans.
E. The non-accepted plans in a SQL plan baseline are automatically evolved, in COMPREHENSIVE mode, during the nightly maintenance window and a persistent verification report is generated.
Correct Answer: ADE
(解析:通过自适应 SQL 计划管理,DBA 不再需要为未接受的计划手动运行验证或进化过程。当自动 SQL 调优处于综合模式时,它会在夜间维护窗口中为所有具有未接受计划的 SQL 语句运行验证或演进过程。如果未接受的计划比 SQL 计划基线中的现有已接受计划(或计划)执行得更好,那么该计划将被自动接受,并由优化器使用。验证完成后,将生成一份持久性报告,详细说明未接受计划与接受计划绩效相比的执行情况。由于演进过程现在是一个自动任务,DBA 也可以在结束时调度自己的进化工作。)