Oracle Database 12c: Advanced Administration — Question 154

Examine the parameters for your database instance:

NAMETYPEVALUE -
------------------------------------------------
optimizer_adaptive_reporting_onlybooleanFALSE
optimizer_capture_sql_plan_baselinesbooleanFALSE
optimizer_dynamic_samplinginteger2
optimizer_features_enablestring12.1.0.1
Which three statements are true about the process of automatic optimization by using statistics feedback?

Answer options

Correct answer: A, C, D

Explanation

Option A is correct because the optimizer does adjust plans based on discrepancies between estimates and actual execution. Option C is true as monitoring for cardinality feedback begins after the first query execution. Option D is accurate since the presence of dynamic sampling and multicolumn statistics prevents the optimizer from monitoring cardinality feedback. Options B and E are incorrect as they misrepresent the capabilities of the optimizer regarding re-optimization and the handling of statistics.