| 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/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
All database objects
Object Name like, Owner, Object Type, Status, Show DDL
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
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.
| 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/ |
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.
- 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?"
This report queries the DBA_OBJECTS view.
Key Features:
- Status:
VALIDorINVALID. - Timestamps:
CREATED,LAST_DDL_TIME(when it was last altered/compiled). - Type: Filters by Object Type (e.g.,
PACKAGE BODY,TRIGGER).
The report queries DBA_OBJECTS.
Key Tables:
DBA_OBJECTS: The core catalog view for all database objects.
- 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.
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics