Skip to the content.

DBA CPU Benchmark1 – 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 500000 out of a total of 561495 records from a cartesian product based on EBS standard FND tables. These tables contain the same data for all EBS clients and the report can be used as a benchmark to test the database server’s CPU performance. 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 62500 AMD Ryzen 9 5950X 16-Core Processor 12 41667 13 38462 AMD EPYC 7742 64-Core Processor 16 31250 Exadata CS X8M 20 25000 Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz 22 22727 Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz 23 21739 Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 25 20000 Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz 28 17857 Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz 29 17241 Intel(R) Xeon(R) Platinum 8167M CPU @ 2.00GHz 39 12821 Intel(R) Xeon(R) Platinum 8167M CPU @ 2.00GHz 140 3571 SPARC-T5 chipid 1, clock 3600 MHz

Oracle Ace Johannes Michler from Promatis has written a blog about this topic: https://promatis.com/de/benchmarking-cpus-for-oracle-e-business-suite-database/

Report Parameters

Row Number

Oracle EBS Tables Used

fnd_languages, fnd_currencies, fnd_application

Report Categories

Enginatics

FND Forms Personalizations, FND Lookup Values, CST Detailed Item Cost

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 None
Blitz Report™ XML Import DBA_CPU_Benchmark1.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-cpu-benchmark1/

Executive Summary

The DBA CPU Benchmark1 report is a synthetic benchmark designed to measure the single-threaded CPU performance of the database server. It generates a large dataset (500,000 rows) by creating a Cartesian product of standard Oracle EBS tables (FND_LANGUAGES, FND_CURRENCIES, FND_APPLICATION). The execution time is dominated by the PL/SQL engine’s ability to process these rows and generate the output, making it a good proxy for PL/SQL performance.

Business Challenge

Solution

This report runs a query that forces the database to do significant work (generating rows) and measures the elapsed time.

Key Features:

Architecture

The report queries FND_LANGUAGES, FND_CURRENCIES, and FND_APPLICATION.

Key Tables:

Impact


© 2026 Enginatics