Which two methods can you use to reduce hard parsing?

You are working on a database that supports an OLTP workload. You see a large number of hard parses occurring and several almost identical SQL statements in the library cache that vary only in the literal values in the WHERE clause conditions.
Which two methods can you use to reduce hard parsing?
A. Replace literals with bind variables and evolve a baseline for the statement.
B. Use the RESULT_CACHE hint in the queries.
C. Create baselines for the almost identical SQL statement by manually loading them from the cursor cache.
D. Set the CURSOR_SHARING parameter to SIMILAR.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.