Undo statistics


Job details

Name: Undo statistics
Platform: Oracle
Category: Performance
Description: Collects rollback segment statistics.
Long description: Task collects rollback segment statistics.
Version: 2.1
Default schedule: 8,18,28,38,48,58 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’]

Parameters

Name Default value Description
keep data for 14 The amount of days the statistics are kept in the history table.

Monitoring Job Summary for dbWatch Control Center: Undo Statistics

Purpose

Why This Job is Important

Manual Checking
You can manually check these statistics in the database by using the following SQL command:

SELECT * FROM dbw_undo_name;

Implementation Details

Dependencies

Tables

Table Name Description
dbw_undostat Stores current undo statistics
dbw_undostat_histr Stores historical undo statistics
dbw_undo_name Maintains names and identifiers of undo segments

Views

View Name Description
dbv_undo Provides a readable format of the current undo statistics
dbv_rbs_tot_stat_histr Shows total rollback segment statistics in a historical view
dbv_rbs_stat_histr Detailed historical statistics for each rollback segment

Stored Procedure

Procedure Name Description
proc_undo_stat Captures the latest statistics from dynamic performance views and updates tables

Reporting and Output

Automatic Maintenance

Structured data maintenance, effective reporting, and dependencies ensure the operation of this job is both smooth and beneficial, providing critical insights necessary for maintaining Oracle database performance.