Archive redologs history
I have a DB running on 11.2I would like to genearate an archive redologs size history report for the last 20 days.
I know that i can derive the data from v$archived_log, but when i checked it only kept for 2 days back data. v$log_history only shows how many archive logs been generated no sizing information.
I found that another dictionary - V$BACKUP_ARCHIVELOG_DETAILS, this dictionary has the data I want, could anyone confirm if V$BACKUP_ARCHIVELOG_DETAILS is the correct place I can check for archive logs history and its information is accurate?