Skip to the content.

DBA CPU Benchmark2 – Oracle EBS SQL Report

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

Overview

Benchmark report to measure a database server’s CPU speed, mainly for PLSQL processing. This report generates an output file of 200000 records from dual. As the query itself should complete in less than a second, most of the execution time is spend in PLSQL code to generate the Blitz Report output file. To measure meaningful results, there should be enough SGA memory assigned to ensure that the execution time is entirely spent on CPU and not IO related wait events (to be confirmed using the DBA SGA Active Session History report).

example performance for different CPU types: seconds rows/s CPU 8 25000 AMD Ryzen 9 5950X 16-Core Processor 11 18182 12 16667 AMD EPYC 7742 64-Core Processor 13 15385 Exadata CS X8M 18 11111 Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz 20 10000 Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz 18 11111 Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 24 8333 Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz 22 9091 Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz 24 8333 Intel(R) Xeon(R) Platinum 8167M CPU @ 2.00GHz 21 9524 Intel(R) Xeon(R) Platinum 8167M CPU @ 2.00GHz 65 3077 SPARC-T5, chipid 1, clock 3600 MHz

Report Parameters

Row Number

Oracle EBS Tables Used

dual

Report Categories

Enginatics

CAC Inventory Accounts Setup, INV Item Attribute Master/Child Conflicts, DBA ORDS Configuration Validation, DBA Blitz Report ORDS Configuration, ECC Admin - Concurrent Programs, CAC Cost Group Accounts Setup, OPM Reconcilation, CAC Manufacturing Variance

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 CPU Benchmark2 04-Apr-2026 123137.xlsx
Blitz Report™ XML Import DBA_CPU_Benchmark2.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-cpu-benchmark2/

Executive Summary

The DBA CPU Benchmark2 report is a simplified version of the CPU benchmark. Instead of joining tables, it generates 200,000 rows directly from DUAL using a CONNECT BY clause. This isolates the performance of the SQL and PL/SQL engines even further, removing any potential dependency on table statistics or data distribution.

Business Challenge

Solution

This report generates a fixed number of rows using a hierarchical query on DUAL.

Key Features:

Architecture

The report queries DUAL.

Key Tables:

Impact


© 2026 Enginatics