HOME > > RMAN Backup Scripts for Non-Rac Database

RMAN Backup Scripts for Non-Rac Database

Anup - Monday, April 23, 2012
Note: 
1. Script will take only disk based backup
2. It will not backup archive log files

################RMAN Backup Scripts for Non-Rac Database####################

run
{
allocate channel d1 type disk MAXPIECESIZE 5G;
allocate channel d2 type disk MAXPIECESIZE 5G;
backup
full
tag full_db
format '/home/oravis/rman_backup/datafile/db_%t_%s_p%p'
(database);
release channel d1;
release channel d2;
BACKUP CURRENT CONTROLFILE FORMAT '/home/oravis/rman_backup/controlfile/CTL%s_%t_%p';
SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT';
}
################END of the Backup####################

Contact me

Get in Touch

Need to get touch with me? Please fill out the form with your enquiry.

Name
Anup Srivastav
Address
Lucknow - Utter Pradesh
Email
myindiandba@gmail.com
Message me