Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> To reduce RMAN backup time
Hi list,
I am trying to reduce RMAN backup time by streaming backup to 2 different filesystem on two difference controller.
But it ended up taking a little bit longer than backup to 1 filesystem.
Any comments?
Thanks,
Roger Xu
P.S.
run {
allocate channel t1 type disk format '/oback/obckp1/datafiles/PR2_%s_%p.data';
allocate channel t2 type disk format '/oback/obckp2/datafiles/PR2_%s_%p.data';
backup
(database include current controlfile);
backup
format '/oback/redo-logs/PR2_%s_%p.logs'
archivelog all;
}
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jun 16 2005 - 15:33:48 CDT