Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 4.82 KB

File metadata and controls

70 lines (50 loc) · 4.82 KB
layout default
title DIS Import Performance | Oracle EBS SQL Report
description Query to review Discoverer to Blitz Report import performance, after running the 'Blitz Report Discoverer Import' concurrent program or mass migration…
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, DIS, Import, Performance, xxen_reports_v
permalink /DIS%20Import%20Performance/

DIS Import Performance – Oracle EBS SQL Report

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

Overview

Query to review Discoverer to Blitz Report import performance, after running the 'Blitz Report Discoverer Import' concurrent program or mass migration script. https://www.enginatics.com/user-guide/#Discoverer_Worksheet

Report Parameters

Report Creation Time From, Report Creation Time To, Category

Oracle EBS Tables Used

xxen_reports_v

Report Categories

Enginatics

Related Reports

Blitz Reports, Blitz Report Text Search, AP Invoice Upload, CAC Interface Error Summary, DIS End User Layers, GL Account Distribution Analysis, GL Account Analysis (Distributions), Blitz Report Assignments and Responsibilities, Blitz Upload History

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 DIS Import Performance 17-Jun-2019 131540.xlsx
Blitz Report™ XML Import DIS_Import_Performance.xml
Full SQL on Enginatics www.enginatics.com/reports/dis-import-performance/

Case Study & Technical Analysis

Abstract

The DIS Import Performance report is a diagnostic tool used during the automated migration of Oracle Discoverer workbooks to Blitz Report. It tracks the execution time and status of the import process, allowing administrators to identify bottlenecks or failures when processing thousands of legacy reports.

Technical Analysis

Core Logic

  • Source: Queries XXEN_REPORTS_V (the Blitz Report metadata view) filtering for reports created by the migration tool.
  • Metrics: Tracks creation time and potentially execution time of the newly created reports to ensure they perform well in the new environment.

Operational Use Cases

  • Migration Monitoring: "We started the import of 5,000 workbooks last night. How many are done, and did any hang?"
  • Performance Tuning: Identifying specific report categories that are taking longer to import/convert than others.
  • Validation: Verifying that the count of imported reports matches the count of exported .eex files.

Useful Links

© 2026 Enginatics