Page 1 of 1

Examine the parameters set for your database instance:You are administering a database that supports an OLTP workload. U

Posted: Sun Jun 11, 2023 3:54 pm
by answerhappygod
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 Par 1
Examine The Par 1 (32.97 KiB) Viewed 274 times
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.