Skip to the content.

DBA AWR SQL Performance Summary – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Database SQL performance summary from the Automatic Workload Repository (AWR) tables to give an overview of top SQL load and performance issues. The report shows the summarized execution stats such as elapsed time and IO figures for a certain timeframe for individual SQL_ID and plan hash value combinations. All IO figures are shown in MB.

Parameter ‘Level’ can be switched to aggregate data either by Module or by individual SQL and to show summarised figures or to split them by day.

The default sorting shows the most CPU intensive SQLs on top, as the tuning goal is usually server load optimization. Other performance bottlenecks, such as wait times caused by Network e.g. ‘SQL*Net message from dblink’, can be spotted when sorting by ‘elapsed time’ instead of CPU.

Columns:

Report Parameters

SQL Text contains, Module Type, Module contains, SQL Id, Plan Hash Value, Show Bind Values, Schema, Package Name starts with, Date From, Date To, Request Id (Time Restriction), Daytime or Night hours, Day of Week, Level, Order By, Exclude PLSQL Code, Diagnostic Pack enabled, Container Data

Oracle EBS Tables Used

obj$, dba_hist_snapshot, dba_hist_sqlstat, dba_hist_sqltext, wrh$_sqlstat, wrh$_sql_bind_metadata, gv$sqlarea, v$parameter

Report Categories

Diagnostic Pack, Enginatics

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output DBA AWR SQL Performance Summary 25-Jan-2019 160632.xlsx
Blitz Report™ XML Import DBA_AWR_SQL_Performance_Summary.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-awr-sql-performance-summary/

Executive Summary

The DBA AWR SQL Performance Summary report is the “Top SQL” report for the database. It aggregates performance metrics from AWR to identify the SQL statements that are consuming the most resources (CPU, I/O, Time) over a specific period. This is the primary tool for identifying candidates for SQL tuning.

Business Challenge

Solution

This report summarizes execution statistics for SQL statements.

Key Features:

Architecture

The report queries DBA_HIST_SQLSTAT and DBA_HIST_SQLTEXT.

Key Tables:

Impact


© 2026 Enginatics