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 Objects | Oracle EBS SQL Report
description All database objects – Oracle E-Business Suite SQL report
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, DBA, Objects, dba_objects
permalink /DBA%20Objects/

DBA Objects – Oracle EBS SQL Report

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

Overview

All database objects

Report Parameters

Object Name like, Owner, Object Type, Status, Show DDL

Oracle EBS Tables Used

dba_objects

Report Categories

Enginatics

Related Reports

DBA Blocking Sessions, DBA ORDS Configuration Validation, DBA Blitz Report ORDS Configuration, DBA AWR Blocking Session Summary, DBA AWR Active Session History, DBA Segments, DBA SGA Active Session History, DBA Result Cache Objects and Dependencies, DBA SGA Blocking Session Summary, DBA SGA Buffer Cache Object Usage

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 Objects 19-Mar-2025 093804.xlsx
Blitz Report™ XML Import DBA_Objects.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-objects/

Executive Summary

The DBA Objects report is the fundamental inventory tool for the database. It lists all objects (Tables, Views, Packages, Indexes, etc.) along with their status and creation date. It is the first place a DBA looks when troubleshooting "object not found" errors or checking for invalid objects after a patch.

Business Challenge

  • Invalid Objects: "We just applied a patch. Did it break any custom packages?"
  • Object Search: "I need to find a table that has 'INVOICE' in the name, but I don't know the owner."
  • Change Verification: "Was the 'XX_PO_PKG' package actually recompiled yesterday as requested?"

Solution

This report queries the DBA_OBJECTS view.

Key Features:

  • Status: VALID or INVALID.
  • Timestamps: CREATED, LAST_DDL_TIME (when it was last altered/compiled).
  • Type: Filters by Object Type (e.g., PACKAGE BODY, TRIGGER).

Architecture

The report queries DBA_OBJECTS.

Key Tables:

  • DBA_OBJECTS: The core catalog view for all database objects.

Impact

  • System Health: Keeping the number of invalid objects to zero is a key KPI for database health.
  • Security: Helps identify unauthorized objects created by users.
  • Development: Assists developers in finding existing code to reuse or modify.

Useful Links

© 2026 Enginatics