Oracle Database Administration 2022 Certified Professional — Question 19

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 Plan Baseline but forget to disable the SQL Profile and a few days later you find out that the SQL Profile is generating a new execution plan.
Which two statements are true? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answer B is accurate because when a SQL Profile is active, it can override the execution plan enforced by the SQL Plan Baseline. Answer D is also correct, as the SQL Plan Baseline must be accepted to be utilized in the execution plan. The other options are incorrect because they misrepresent how SQL Profiles and SQL Plan Baselines function and interact with each other.