Skip to content
Home » Oracle » Routine Backup Strategies (0/5) - An Overview

Routine Backup Strategies (0/5) - An Overview

The daily routine backup applied on your database can be different and versatile depends on the nature of your database. In this series of topics, we introduce five backup strategies which all works fine in the real world. You can refer the following articles for more details:

In our design, we only set one cron job with one shell script to handle all the situations, no matter what the day of week is.

[oracle@primary01 rman_scripts]$ crontab -e
...
0 23 * * * /home/oracle/rman_scripts/run_rman_daily_backup.sh

The shell script will conditionally execute the right RMAN script according to their design to achieve the goal, which makes DBA focus on designing practical RMAN strategies.

Leave a Reply

Your email address will not be published. Required fields are marked *