Archive Log Gaps
Here is some code to help identify what has been applied and what is missing. Archivelog gap Log Gap Check Get Archive Logs from Backup Stop and Start Apply Services
Here is some code to help identify what has been applied and what is missing. Archivelog gap Log Gap Check Get Archive Logs from Backup Stop and Start Apply Services
I want to start using Python to perform my backups. Here is a simple script to perform it. Insde both the Incremental_backup.cmd and Full_backup.cmd, you can put any rman commands you like. Archive log backup archivelog all delete all input; backup current controlfile; delete noprompt expired archivelog all; delete noprompt obsolete; Incremental level 0 backup … Read more