Oracle Database Administration 2022 Certified Professional — Question 30

Which two statements are true about cursor sharing? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Answer A is correct because setting cursor_sharing to FORCE can lead to suboptimal execution plans for different bound variable values. Answer D is also correct as setting cursor_sharing to EXACT disables Adaptive Cursor Sharing, which is intended to optimize execution plans based on differing bind values. The other options provide incorrect information about the behavior and requirements of cursor sharing and adaptive cursor sharing.