Thursday 2 October 2014

RMAN Automatic Script : Resync

export ORACLE_SID=TEST2
# This script will resync the catalog.
rman <<EOF
connect target rman/rman_oracledba@test2
connect catalog rman/rman_oracledba@test1
resync catalog;

EOF

No comments:

Post a Comment