Instance memory statistics


Job details

Name: Instance memory statistics
Platform: Oracle
Category: Performance
Description: Collects statistics on instance memory.
Long description: Task collects statistics on instance memory.
Version: 1.51
Default schedule: 3,13,23,33,43,53 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’]

Parameters

Name Default value Description
min. buffer size 5000 minimum size (in KB) of buffers collected in the history table.
keep data for 14 The amount of days the statistics are kept in the history table.

Job Summary

select name, sum(bytes) as value from v$sgastat group by name;

Job Details

Implementation

Dependencies & Cleanup

Reporting

Conclusion

The monitoring job for dbWatch Control Center is a comprehensive task designed to provide deep insights into Oracle database memory usage. It supports database administrators by automating the collection and reporting of crucial performance metrics, aiding in proactive management and tuning of the database environment.