Valid 1Z0-084 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-084 Exam! ExamDiscuss.com now offer the newest 1Z0-084 exam dumps, the ExamDiscuss.com 1Z0-084 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-084 dumps with Test Engine here:
You use SQL Tuning Advisor to tune a given SQL statement. The analysis eventually results in the implementation of a SQL Profile. You then generate the new SQL Profile plan and enforce it using a SQL PlanBaselinebut forget to disable the SQLProfile and a few days later you find out that the SQL Profile is generating a new execution plan. Which two statements are true?
Correct Answer: C,E
When both a SQL Profile and a SQL Plan Baseline are in place, the SQL Profile has a stronger preference and the optimizer is more likely to choose the execution plan from the SQL Profile. C: A SQL Profile is generally more influential than a SQL Plan Baseline because it contains additional statistics and directives that help the optimizer to generate a more efficient execution plan. If both exist, the optimizer will use the profile's plan unless the baseline's plan is proven to be better through the SQL performance monitoring process. E: SQL Plan Baselines must be accepted before they can be used by the optimizer. If a SQL Plan Baseline is not accepted, it will not be considered for generating the execution plan. Therefore, the presence of an unaccepted SQL Plan Baseline will not automatically force the optimizer to use its plan. References: * Oracle Database SQL Tuning Guide, 19c * Oracle Database Administrator's Guide, 19c