Free extents


Job details

Name: Free extents
Platform: Oracle
Category: Capacity
Description: Checks for free extents in all tablespaces. A warning or an alarm is returned if segments storage value is higher than the largest free extent chunk.
Long description: Task checks ‘free extents’ in all tablespaces. If there are any segments with storage parameter ‘next extent’ values higher than the largest free extent chunk in the tablespace, a warning or an alarm is returned by the check.
Version: 1.9
Default schedule: 50 6 * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’]

Parameters

Name Default value Description
max segments 5 If the check returns an alarm or a warning the procedure will find which segments (and there storage definition) are causing a problem.
ignore if AUTOEXTENSIBLE YES If “YES“, the procedure does not return warning if the data file(s) are set to AUTOEXTENSIBLE. Possible values are “YES“ and “NO”.

Job Summary

Purpose

Importance

Manual Checking

select ts_name "Tablespace name", max_free_extent/1024 "Max free extent", max_next_extent/1024 "Max next extent", auto_ext_files "Auto extensible files", tot_files "Total files", extra_comment "Comments", histr_date "Date" from dbw_free_extents_stat order by status asc;

Report Generation

Dependencies and SQL Tables

Implementation Details

Report Visualization

Installation and Permissions

Benefits