The following parameter are set for your Oracle 12c database instance:<br /> OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE<br /> OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE<br /> You want to manage the SQL plan evolution task manually. Examine the following steps:<br /> 1. Set the evolve task parameters.<br /> 2. Create the evolve task by using the DBMS_SPM.CREATE_EVOLVE_TASK function.<br /> 3. Implement the recommendations in the task by using the DBMS_SPM.IMPLEMENT_EVOLVE_TASK<br /> function.<br /> 4. Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function.<br /> 5. Report the task outcome by using the DBMS_SPM.REPORT_EVOLVE_TASK function.<br /> Identify the correct sequence of steps:()<p> The following parameter are set for your Oracle 12c database instance:<br /> OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE<br /> OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE<br /> You want to manage the SQL plan evolution task manually. Examine the following steps:<br /> 1. Set the evolve task para
A、A.2,4,5
B、B.2,1,4,3,5
C、C.1,2,3,4,5
D、D.1,2,4,5