Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: To reduce RMAN backup time
I am trying to find out why "2 channel / 2 filesystem / 2 controller" does not faster than "1 channel " ?
Anything I need to set in RMAN? pool size? buffer size?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[ mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Roger Xu
Sent: Thursday, June 16, 2005 2:27 PM
To: Oracle-L_at_Freelists. Org (E-mail)
Subject: 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.
For technical support please email tech_support_at_dp7uptx.com or you can
call (972)721-8257.
This email has been scanned for all viruses by the MessageLabs Email Security System.
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.
![]() |
![]() |