Oracle Database 12c: Performance Management and Tuning — Question 3

In which three situations can dynamic statistics be used? (Choose three.)

Answer options

Correct answer: B, C, D

Explanation

Dynamic statistics are particularly useful in situations where standard statistics are insufficient, such as when execution plans are not optimal due to complex predicates (B), when extended statistics are not present for such queries (C), and when querying partitioned tables that utilize global indexes (D). Options A and E do not directly relate to the specific scenarios where dynamic statistics would be necessary.