SYS.AUD$ size


Job details

Name: SYS.AUD$ size
Platform: Oracle
Category: Capacity
Description: Checks the maximum number of processes.
Long description:
Version: 1.2
Default schedule: 3h
Requires engine install: No
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]

Parameters

Name Default value Description
warning_threshold 100 Parameter specifies the size in megabytes (MB) of the SYS.AUD$ table that triggers a warning when exceeded.
alarm_threshold 500 Parameter specifies the size in megabytes (MB) of the SYS.AUD$ table that triggers an alarm when exceeded.

Job Summary

select round(bytes/1048576,1), (select count(*) from sys.aud$) from dba_segments where segment_name='AUD$' and owner='SYS';

Monitoring Logic

The job operates according to the following logic:

Job Implementation

The job leverages SQL and JavaScript script processing:

Job Configuration Details

Reporting

A report template includes:

Output Examples and Usage