Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> To reduce RMAN backup time

To reduce RMAN backup time

From: Roger Xu <roger_xu_at_dp7uptx.com>
Date: Thu, 16 Jun 2005 14:26:54 -0500
Message-ID: <A6801E8A03316A4DA597866F77A013F7051837E2@irv2kexch01.tx.bg.corp>


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.



This email has been scanned for all viruses by the MessageLabs Email Security System. Any questions please call 972-721-8257 or email your request to tech_support_at_dp7uptx.com.
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 16 2005 - 15:33:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US