Skip to the content.

DBA Log Switches – Oracle EBS SQL Report

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

Overview

None

Report Parameters

Oracle EBS Tables Used

gv$log_history

Report Categories

Enginatics

DBA Archive / Redo Log Rate, FND Concurrent Requests 11i, FND Concurrent Requests, DBA Redo Log Files, DBA SGA Active Session History, DBA SGA Blocking Session Summary, DBA SGA Wait Event Summary (active session history), DBA AWR Active Session History, DBA SGA CPU Load (active session 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 DBA Log Switches 27-Apr-2024 202922.xlsx
Blitz Report™ XML Import DBA_Log_Switches.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-log-switches/

Executive Summary

The DBA Log Switches report tracks the frequency of Redo Log switches. In an Oracle database, every change is written to the Redo Log. When a log file fills up, a “Log Switch” occurs, and the database moves to the next file. Frequent switching (e.g., every 2 minutes) causes “Checkpoint” storms, where the database freezes while flushing dirty blocks to disk.

Business Challenge

Solution

This report lists the time of each log switch.

Key Features:

Architecture

The report queries GV$LOG_HISTORY.

Key Tables:

Impact


© 2026 Enginatics