Skip to the content.

DBA Index Columns – Oracle EBS SQL Report

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

Overview

None

Report Parameters

Table Name starts with

Oracle EBS Tables Used

dba_indexes, dba_ind_columns, dba_objects

Report Categories

Enginatics

DBA Segments, DBA ORDS Configuration Validation, DBA Result Cache Objects and Dependencies, DBA AWR Active Session History, DBA Blitz Report ORDS Configuration, DBA SGA Active Session History, DBA Dependencies (uses)

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 Index Columns 22-Dec-2025 084146.xlsx
Blitz Report™ XML Import DBA_Index_Columns.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-index-columns/

Executive Summary

The DBA Index Columns report provides a detailed view of database indexes, specifically focusing on the column order. The order of columns in a composite index is critical for performance: an index on (A, B) is very different from an index on (B, A). This report helps DBAs and developers verify that indexes support their query patterns.

Business Challenge

Solution

This report joins DBA_INDEXES with DBA_IND_COLUMNS.

Key Features:

Architecture

The report queries DBA_INDEXES and DBA_IND_COLUMNS.

Key Tables:

Impact


© 2026 Enginatics