Cold Backup of Oracle Database on Windows 2000
- These are sql codes to generate a BAT file --"c:\coldbackup.bat". Save these scripts as a sql file and executing it in Sql*plus by the user having the select privileges on the v$parameter v$logfile v$datafile and v$controlfile data dictionary views belonging to SYS. At last, execute the "c:\coldbackup.bat" file.
pop
(Added: 30-Nov-2001 Hits: 11582 Rating: 6.00 Votes: 14) Rate It
Cold Backup Script
- This script performs a cold backup and copies datafiles to the required path.
pop
(Added: 26-Nov-2001 Hits: 10708 Rating: 1.25 Votes: 4) Rate It
Cold Backup Script
- Another good shell script to perform Coldbackup on your database
pop
(Added: 30-Apr-2000 Hits: 20548 Rating: 4.73 Votes: 19) Rate It
Cold Backup Script Generator: Unix
- Cold backup script generator will generate the required cold backup script when run against your database
pop
(Added: 18-Sep-1999 Hits: 12871 Rating: 7.14 Votes: 34) Rate It
COLD BACKUP OF DATABASE
- WILL TAKE COLD BACKUP OF WHOLE DATABASE. WILL PERFORM SHUTDOWN/STARTUP AUTOMATICALLY.
(Added: 2-Nov-2007 Hits: 3863 Rating: 10.00 Votes: 2) Rate It
Cold backup to a Tape drive on Windows NT
- Do cold Oracle backup on NT to a tape drive. Use this script from command line or schedule it to run at a certain time. Same script (with different params) can be used to backup multiple databases at different times.
(Added: 3-Nov-2000 Hits: 6358 Rating: 0 Votes: 0) Rate It
Cold Backup With TAR
- A Unix script taking 2 parameters -- SID and backup destination. Output one tar file for the whole database. Advantage: ease, fool-proof restore; just type "tar -xvf backup_filename" the files will be copied back to the original place. Automatically bounse the database, cron friendly.
(Added: 10-Dec-2001 Hits: 5319 Rating: 5.67 Votes: 3) Rate It
Cold Backup with TAR
- A Unix script taking two parameters -- SID and backup destination. Output one TAR file for the whole database. Automatically bounce the database, cron friendly.
(Added: 30-Nov-2001 Hits: 4378 Rating: 8.00 Votes: 1) Rate It
Cold Backup With TAR
- A Unix script that takes two parameters -- SID and backup destination -- and outputs one TAR file for the entire database. Automatically bounce the database, cron friendly.
(Added: 03-Dec-2001 Hits: 5170 Rating: 0 Votes: 0) Rate It