Re: Override RMAN degree of parallelism

  • From: Martin Bach <development@xxxxxxxxxxxxxxxxx>
  • To: JBECKSTROM@xxxxxxxxx
  • Date: Tue, 25 May 2010 15:06:34 +0100

Hi Jeffrey

On 05/25/2010 01:23 PM, Jeffrey Beckstrom wrote:
> I have used a configure command to set the degree of parallelism.  On a
> duplicate command, how can I override the value set with "configure"?
>  

You can have any number of channels you like-simply define them in a run
block:

run {
  allocate channel c1 device type ....;
  allocate channel c2 device type ....;
  allocate channel c3 device type ....;
  allocate channel c4 device type ....;

  duplicate target database to test;
}

Hope that helps,

Martin
-- 
Martin Bach
OCM 10g
http://martincarstenbach.wordpress.com
http://www.linkedin.com/in/martincarstenbach
--
//www.freelists.org/webpage/oracle-l


Other related posts: