Skip to the content.

DBA Automated Maintenance Tasks – Oracle EBS SQL Report

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

Overview

There are several automated jobs and ‘advisors’ running by default in an Oracle database that are often not required or should not run in Oracle EBS environments. Their status and history can be queried by the following SQLs: select dao.* from dba_autotask_operation dao select dajh.* from dba_autotask_job_history dajh

To deactivate automated tasks individually, execute the following commands: exec dbms_auto_task_admin.disable(client_name=>’auto optimizer stats collection’,operation=>null,window_name=>null); exec dbms_auto_task_admin.disable(client_name=>’auto space advisor’,operation=>null,window_name=>null); exec dbms_auto_task_admin.disable(client_name=>’sql tuning advisor’, operation=>null,window_name=>null);

To deactivate all automated tasks completely, execute the following commands: exec dbms_auto_task_admin.disable; alter system set “_addm_auto_enable”=false;

Report Parameters

Oracle EBS Tables Used

dba_autotask_window_clients

Report Categories

Enginatics

DBA ORDS Configuration Validation, DBA AWR Wait Event Summary (active session history), CAC Intercompany SO Price List vs. Item Cost Comparison, INV Item Upload, INV Item Attribute Master/Child Conflicts, INV Items, FND Key Flexfields, FND Descriptive Flexfields

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_Automated_Maintenance_Tasks.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-automated-maintenance-tasks/

Executive Summary

The DBA Automated Maintenance Tasks report audits the status of the Oracle Database’s built-in automated maintenance jobs. In an Oracle E-Business Suite (EBS) environment, many of these default tasks (like the Automatic Optimizer Statistics Collection) conflict with EBS-specific best practices and must be disabled or carefully managed to prevent performance degradation.

Business Challenge

Solution

This report lists the configuration and run history of the automated tasks.

Key Features:

Architecture

The report queries the Scheduler and Autotask views.

Key Tables:

Impact


© 2026 Enginatics