Skip to the content.

DBA AWR PGA History – Oracle EBS SQL Report

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

Overview

History of database PGA size and other statistics from v$pgastat in megabytes

Report Parameters

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

Oracle EBS Tables Used

dba_hist_snapshot, dba_hist_pgastat

Report Categories

Diagnostic Pack, Enginatics

DBA SGA+PGA Memory Configuration, DBA AWR CPU vs Wait Time Summary, DBA AWR System Time Percentages, DBA AWR Blocking Session Summary, DBA AWR Latch 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 PGA History 29-Jul-2018 094718.xlsx
Blitz Report™ XML Import DBA_AWR_PGA_History.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-awr-pga-history/

Executive Summary

The DBA AWR PGA History report tracks the usage of the Program Global Area (PGA) over time. The PGA is the memory region reserved for each server process to perform non-shared operations, primarily sorting and hashing. Unlike the SGA (which is fixed), the PGA grows and shrinks dynamically. This report helps DBAs understand if the PGA_AGGREGATE_TARGET is sized correctly.

Business Challenge

Solution

This report displays historical PGA statistics from AWR.

Key Features:

Architecture

The report queries DBA_HIST_PGASTAT.

Key Tables:

Impact


© 2026 Enginatics