calculating the growth of the archive logs per day
Hello,
I will migrate a database from one system where there are no archive logs to another one where there will be archive logs.
I need to calculate the possible growth of the archive logs per day.
I looked at the size of the redo logs if the source database and their size is 1GB. I also looked at the log frequency switch, and the source database switches the redo logs once per month.
How can I calculate the size of the archive logs in the destination database with this information?
Note: I cant change any configuration on the original database, only in the destination one.
Thanks in advance.