We have an application that gets busy during a month in a year. We have enabled awr repository period to 360 days to make sure we store the performance statistic information for analyzing later. Recently, we have an requirement to plan for standby database and for that we need to determine how many archivelogs generated during busiest month(which was 6 months ago) so that we can calculate the required bandwidth needed between the primary and standby location.
We cannot get the archivelogs details from v$loghistory as we don't have the information that long ago. So since we have AWR information, we can generate AWR reports but how do we find out the archivelog generation rate from it?