This document was generated from CDN thread
Created by: Jon Nelson on 18-03-2012 06:37:27 PM
Can someone please post a working version of this for download or post to file exchange? My attempts to format from the PDF aren't working. I'm sure it is just operator error, but I'm sick of messing with it.
Thanks,
Jon
Subject: RE: oracle_hotbackup_script.sh
Replied by: James Maudlin on 18-03-2012 06:46:28 PM
Hey Jon
I just posted in the File share - folder WebEx Social 252 SR2 Additional info
Purpose : This script is used to keep the tablespaces of database in the BEGIN backup mode and then END backup mode but this script will NOT backup the database. This script will have to be used in conjunction with VM snapping, shadow image, flash snap and such disk based backup technologies/methods for oracle hotbackup.
Usage:
[script name] [BACKUP_MODE] [ORACLE_SID]
To BEGIN the backup mode : oracle_hotbackup_script.sh BEGIN $ORACLE_SID
To END the backup mode : oracle_hotbackup_script.sh END $ORACLE_SID
Additional Notes:
1. Always run this script as root UNIX user
Subject: RE: oracle_hotbackup_script.sh
Replied by: Jon Nelson on 18-03-2012 06:50:02 PM
Most excellent! Thanks for the quick response James!
-Jon