Skip to the content.

DBA AWR Wait Class by Time – Oracle EBS SQL Report

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

Overview

Non idle session wait times by wait class over time. Each row shows the system-wide wait time per wait class of one AWR snapshot interval to identify unusual wait events that occured at specific times. Use the Session Type parameter to restrict either to foreground, background or all server processes.

To see data in this report based on dba_hist_system_event, set the following: alter session set container=PDB1; alter system set awr_pdb_autoflush_enabled=true;

https://www.enginatics.com/blog/updated-dba-awr-blitz-reports-now-work-with-plugglable-databases/

Report Parameters

Date From, Date To, Session Type, Diagnostic Pack enabled, Container Data

Oracle EBS Tables Used

dba_hist_snapshot, dba_hist_system_event

Report Categories

Diagnostic Pack, Enginatics

DBA AWR Wait Event Summary, DBA AWR Blocking Session Summary, DBA AWR System Metrics Summary, DBA SGA+PGA Memory Configuration, DBA AWR CPU vs Wait Time Summary, DBA AWR System Time Percentages, DBA AWR PGA History, DBA AWR Latch Summary, DBA AWR SQL Performance Summary

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 Wait Class by Time 22-Dec-2025 083647.xlsx
Blitz Report™ XML Import DBA_AWR_Wait_Class_by_Time.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-awr-wait-class-by-time/

Executive Summary

This report provides a comprehensive analysis of non-idle session wait times categorized by wait class over a specified time range. It is a critical tool for Database Administrators (DBAs) to identify system-wide performance bottlenecks and understand the distribution of database time across different activity types such as I/O, Concurrency, or Application logic.

Business Challenge

The Solution

The DBA AWR Wait Class by Time Blitz Report addresses these challenges by:

Technical Architecture

The report queries the Oracle Automatic Workload Repository (AWR) tables, specifically DBA_HIST_SNAPSHOT and DBA_HIST_SYSTEM_EVENT. It aggregates the TIME_WAITED_MICRO metric by WAIT_CLASS for each snapshot interval. The logic handles the delta calculation between snapshots to show the wait time incurred during each specific interval rather than cumulative totals.

Parameters & Filtering

Performance & Optimization

FAQ


© 2026 Enginatics