Extent fragmentation


Job details

Name: Extent fragmentation
Platform: Oracle
Category: Maintenance
Description: Detecting invalid objects in the database.
Long description:
Version: 1.24
Default schedule: 12h
Requires engine install: No
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]

Parameters

Name Default value Description
extent_warning_threshold 1000 Number of extents in a tablespace to generate warning
exclude_tablespace Tablespaces to exclude, comma separated

Job Summary

select /*+ RULE*/ tablespace_name, count(*) from dba_free_space group by tablespace_name;

Job Details

Execution Logic

This monitoring job performs the following steps:

Output Handling

Extent Fragmentation Reporting (Table Format)

Table Name Extent Count
TableSpace1 2000
TableSpace2 950

JavaScript Logic Analysis

Through automation, this job efficiently manages database maintenance concerns related to extent fragmentation, contributing to database health and optimized performance.