Skip to the content.

DBA SGA Blocking Session Summary – Oracle EBS SQL Report

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

Overview

Summary of blocked and blocking sessions based on the active session history from the SGA. The link to blocking sessions is deliberately nonunique without jointing to sample_id to increase the chance to fetch the blocking session’s additional information such as module, action and client_id. In some cases, such as row lock scenarios, the blocking session is idle and does not show up in the ASH.

We recommend doing further analysis with a pivot in Excel rather than by SQL, as Excel’s drag- and drop is a lot faster than typing commands manually.

Report Parameters

User Name, Module Type, Module contains, From Time, To Time, Wait Event, SID - Serial#, SQL Id, UI Sessions only, Session Type, Instance Id, Schema, Action contains, Program contains, Diagnostic Pack enabled

Oracle EBS Tables Used

v$waitstat, dual, dba_objects, gv$sqlarea, obj$, gv$active_session_history, dba_users, y

Report Categories

Diagnostic Pack, Enginatics

DBA SGA Active Session History, DBA AWR Blocking Session Summary, DBA AWR Active Session History, CAC Inventory Accounts Setup

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 SGA Blocking Session Summary 21-Jan-2019 083708.xlsx
Blitz Report™ XML Import DBA_SGA_Blocking_Session_Summary.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-sga-blocking-session-summary/

Case Study & Technical Analysis

Abstract

The DBA SGA Blocking Session Summary report aggregates data from the Active Session History (ASH) in the SGA to provide a retrospective view of locking and contention. While the standard ASH report shows all activity, this report filters and summarizes specifically for blocking scenarios, helping DBAs understand the impact and duration of lock chains that occurred recently.

Technical Analysis

Core Logic

Limitations of ASH for Locking

Key View

Operational Use Cases


© 2026 Enginatics