PERL SCRIPT TO GENERATE AWR REPORT TIME SERIES IN A GIVEN TIMEFRAME
(Doc ID 2857522.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 to 19.11.1.0.0 [Release 12.1 to 19]Information in this document applies to any platform.
Goal
This note provides a perl script to produce AWR report time series in a given time frame. It can be useful when the interested interval is very large and AWR extract generate a huge file not easy to manage. AWR time series is good trade-off between precision (information about sql in the AWR report is just a summary of all sql statistics stored in the workload repository) and time interval extent. In this sense it's a very useful for trend analysis especially when many statistics are involved and correlations between different statistics are required. Having the complete AWR time series provides the capability to manage data and trend analysis with regular expression awk perl and other command line tools.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |