wpuziewicz
wpuziewicz
* Modify Statspack collection to be able to extract historical data vs only recent. * Filter out restarts between snaps. * Modify status messages for Statspack collections * Ability to...
fix: remove non-postgres code from script #425
fix: remove non-mysql functions from script #424
### Description If the very first Statspack snapshot occurs within the collection window, it prevents collection of performance stats. ### Version None ### Priority priority:2 ### What oracle database version...
### Enhancement Request Details As a end user I want to exclude historical jobs and programs that are not active and have not been purged. ### Version None ### What...
### Enhancement Request Details As a end user I want to use data collected in Oracle AWR Warehouse as a data source and extract for any database in the warehouse....
Documentation update
Add wrapper scripts for automating collection from multiple Oracle databases. Prepare for integration with Oracle Estate Explorer. Clean up variable names and formatting.
* Modify bg_writer_stats query to handle Postgres 17 breaking change that moved some columns from pg_stat_bgwriter to pg_stat_checkpointer. * Create version for Postgres 11.