Which two actions would you recommend to improve perfor…

Examine the parameters set for your database instance:

You are administering a database that supports an OLTP workload. Users complain about the degraded
performance of some queries. While diagnosing, you notice a large number of hard parses occurring for
several syntactically almost identical SQL statements that differ only in literal values in the WHERE clause.
Which two actions would you recommend to improve performance? (Choose two.)

Examine the parameters set for your database instance:

You are administering a database that supports an OLTP workload. Users complain about the degraded
performance of some queries. While diagnosing, you notice a large number of hard parses occurring for
several syntactically almost identical SQL statements that differ only in literal values in the WHERE clause.
Which two actions would you recommend to improve performance? (Choose two.)

A.
Create the KEEP cache and cache the tables used in the queries.

B.
Set the CURSOR_SHARING parameter to FORCE.

C.
Use bind variables instead of literals.

D.
Create SQL plan baselines for the almost identical SQL statements and load them into the cursor cache.

E.
Set the OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameter to TRUE.



Leave a Reply 0

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