DB Cold Backup of ORACLE R12.2 step by step
1. Crontab Check If you want to take cold backup, first check-in database Crontab Job scheduled or not Check the status of the crontab [root@r12prddb ~]# crontab -l 00 01 * * 1-5 su oraprod -c “. /home/oraprod/rman_script/Prod_rman_fullbkp.sh” 40 01 * * 1-5 su oraascp -c “. /home/oraascp/rman_scripts/rman_full_backup.sh” 40 02 * …