Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

layout default
title DBA Editions | Oracle EBS SQL Report
description Database editions, their type and status – Oracle E-Business Suite SQL report
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, DBA, Editions, dba_editions
permalink /DBA%20Editions/

DBA Editions – Oracle EBS SQL Report

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

Overview

Database editions, their type and status

Report Parameters

Oracle EBS Tables Used

dba_editions

Report Categories

Enginatics

Related Reports

DBA SGA+PGA Memory Configuration, FND Applications, DBA Editioned Object Summary, DBA Segments, DBA Object Access Privileges, DBA AWR Active Session History, DBA AWR Settings, DBA Tablespace Usage, DBA AWR Blocking Session 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 Editions 22-Dec-2025 083921.xlsx
Blitz Report™ XML Import DBA_Editions.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-editions/

Executive Summary

The DBA Editions report provides a high-level view of the Edition-Based Redefinition (EBR) landscape in the database. In Oracle E-Business Suite 12.2+, "Editions" are used to allow online patching. This report lists all existing editions, their parent-child relationships, and their status.

Business Challenge

  • Patching Status: "Is the system currently in a patching cycle?"
  • Cleanup Verification: "Do we still have the 'V_2020...' edition from 3 years ago?"
  • Hierarchy Analysis: "Which edition is the parent of the current run edition?"

Solution

This report lists the editions from the data dictionary.

Key Features:

  • Edition Name: The unique identifier for the edition.
  • Parent Edition: Shows the lineage of changes.
  • Usable: Indicates if the edition can be used by sessions.

Architecture

The report queries DBA_EDITIONS.

Key Tables:

  • DBA_EDITIONS: The catalog of database editions.

Impact

  • Operational Awareness: Helps DBAs understand the current state of the patching lifecycle.
  • Troubleshooting: Essential for diagnosing issues where a user might be connected to the wrong edition.
  • Capacity Planning: Identifying an excessive number of editions signals a need for cleanup to prevent performance degradation.

Useful Links

© 2026 Enginatics