RMAN Archive log backup script
I have implemented RMAN archivelog backupscript can any one pls see this script and suggest if any thing wrong.
# This script does:
# 1) Administrative tasks:
# crosscheck
# delete obsolete
# 2) Archive log current on 1st Instance
# 3) Archive log current on 2nd Instance
# 4) Rman backup as copy archivelogs not backed up and print backupset list to log
# --------------------------------------------------------------------------------
# This script works with 2 nodes only, if you have more than 2 nodes you need to customize it.
#
# This script use aliases and Environment variables set on .profile
# to setup the environment to point to the Database:
#! /usr/bin/ksh
ORACLE_BASE=/opt/u01/app/oracle; export ORACLE_BASE