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

Your database supports a DSS workload. In an application, a few complex queries that contain multiple functions and expressions are using materialized views.
You notice that some queries are performing poorly because they are not benefiting from query rewrites.
Which three actions would you take to improve the performance of queries? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

Option A is correct because creating an SQL Tuning Set and using the SQL Access Advisor can help identify opportunities for query rewrites and optimize materialized views for faster refresh. Option C is also valid as the SQL Performance Analyzer can provide insights for improving query performance. Option E is correct since the DBMS_ADVISOR.QUICK_TUNE procedure can analyze query usage with materialized views. Options B and D do not directly enhance performance but rather provide analysis or tuning recommendations without addressing the immediate performance issue.