When experimenting with Oracle databases I noticed that the total
size of all archived redo log files grows quite quickly and eats
considerable storage space. Therefore I was thinking, that it should
be possible to delete these files periodically, after database backups
are performed. I wonder whether this is indeed done in practice by
experienced DBA's? If yes, how do they find out which files can safely
be deleted? How does the common strategy for handling the archived
redo logs look like?
Is there anywhere a backup/recovery tutorial for *beginners* (on
the web)? The Oracle documentation is from my POV not ideal to
start learning about these techniques.