SQL ordered by CPU Time - AWR
Hi Team,
From AWR
SQL ordered by CPU Time
- Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
- %Total - CPU Time as a percentage of Total DB CPU
- %CPU - CPU Time as a percentage of Elapsed Time
- %IO - User I/O Time as a percentage of Elapsed Time
- Captured SQL account for 108.8% of Total CPU Time (s): 2,408
- Captured PL/SQL account for 113.5% of Total CPU Time (s): 2,408
How to interpret below 2 fields
- Captured SQL account for 108.8% of Total CPU Time (s): 2,408
- Captured PL/SQL account for 113.5% of Total CPU Time (s): 2,408
0