HOME > > Simple Shell Script for Scheduling RMAN Backup Scripts

Simple Shell Script for Scheduling RMAN Backup Scripts

Anup - Monday, April 23, 2012
Note:
1. This Shell Script create system date directory and move old rman backup set into.
2. Then it will call bkp.sql script
################bkp.sh##################################

cd /home/oravis/rman_backup/datafile
mkdir `date '+%d%m%y'`
mv * /home/oravis/rman_backup/datafile/`date '+%d%m%y'`
cd /d01/oravis/db/tech_st/11.1.0
. VIS_aflnoida.env
rman target /
@/home/oravis/bkp.sql
EOF

Contact me

Get in Touch

Need to get touch with me? Please fill out the form with your enquiry.

Name
Anup Srivastav
Address
Lucknow - Utter Pradesh
Email
myindiandba@gmail.com
Message me