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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: rman backup to disk, mismatch in amount backed up to each cha nnel

RE: rman backup to disk, mismatch in amount backed up to each cha nnel

From: <Stephen.Lee_at_DTAG.Com>
Date: Fri, 22 Oct 2004 11:32:11 -0500
Message-ID: <F5340B0E4DA1B64E906D328077060B210324645D@dtagpo2.dtg.local>

A suggestion with no idea if it will work with disk drives. Try fiddling with the number of channels in conjunction with the maxpiecesize parameter.

allocate channel ch1 type disk maxpiecesize=5000M format 'yada yada';
allocate channel ch2 type disk maxpiecesize=5000M format 'yada2 yada2';
allocate channel ch3 type disk maxpiecesize=5000M format 'yada yada';
allocate channel ch4 type disk maxpiecesize=5000M format 'yada2 yada2';

etc. etc.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 22 2004 - 11:28:00 CDT

Original text of this message

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