Output Columns
| Column | Description |
|---|---|
| sql_id | Identifier of the query |
| plan_hash_value | Unique ID for the current execution plan |
| baseline_date | Date when the baseline was captured |
| total_elapsed_sec | Total time across all executions |
| executions | Number of times the query ran |
| avg_elapsed_sec | Average execution time per run |
| avg_rows | Average rows returned |
| avg_buffer_gets | Logical I/O (how much work Oracle did) |
| avg_disk_reads | Physical I/O (slowest part of query access) |