You are on page 1of 1

min hour date month day job

0-59 0-23 1-31 1-12 1-7

31 15 * * 0,3,5 /home/oracle/rman_backup.sh > /home/oracle/rman_backup.log

cat /home/oracle/rman_backup.sh
export ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_SID=orcl

rman target / <<EOF

quit;

EOF

You might also like