You need to identify the top SQL statements consuming the most CPU resources in an Oracle 23ai database over the last hour. Which tool provides the most direct analysis of this performance issue?
Trap 1: SQL Tuning Advisor
This is for tuning a specific statement, not identifying top consumers.
Trap 2: Active Session History (ASH) report
ASH is better for transient, short-lived performance spikes.
Trap 3: SQL Plan Management
This manages plan evolution, not resource identification.
- A
SQL Tuning Advisor
Why wrong: This is for tuning a specific statement, not identifying top consumers.
- B
Automatic Workload Repository (AWR) report
AWR provides historical performance data aggregated over time intervals.
- C
Active Session History (ASH) report
Why wrong: ASH is better for transient, short-lived performance spikes.
- D
SQL Plan Management
Why wrong: This manages plan evolution, not resource identification.