Skip to the content.

DBA AWR Latch by Time – Oracle EBS SQL Report

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

Overview

Latch contention wait time history. Each row shows the system-wide latch contention wait time per latch name of one AWR snapshot interval to identify high latch contention at specific times.

Report Parameters

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

Oracle EBS Tables Used

dba_hist_snapshot, dba_hist_latch

Report Categories

Diagnostic Pack, Enginatics

DBA AWR Latch Summary, DBA AWR CPU vs Wait Time Summary, DBA AWR PGA History, DBA SGA+PGA Memory Configuration, DBA AWR Blocking Session Summary, DBA AWR Wait Class by Time, DBA AWR SQL Performance Summary, DBA AWR Wait Event Summary, DBA AWR System Metrics 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 Latch by Time 26-Nov-2018 201456.xlsx
Blitz Report™ XML Import DBA_AWR_Latch_by_Time.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-awr-latch-by-time/

Executive Summary

The DBA AWR Latch by Time report analyzes low-level serialization mechanisms called “Latches”. Unlike locks (which protect data), latches protect memory structures in the SGA (System Global Area). High latch contention indicates that too many processes are trying to access the same memory structure simultaneously, leading to CPU spikes and “spinning”. This report tracks latch wait times over time.

Business Challenge

Solution

This report shows the wait time for each latch type per AWR snapshot.

Key Features:

Architecture

The report queries DBA_HIST_LATCH.

Key Tables:

Impact


© 2026 Enginatics