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

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN restore and parallelism

Re: RMAN restore and parallelism

From: <stevedhoward_at_gmail.com>
Date: 20 Mar 2006 09:35:37 -0800
Message-ID: <1142876137.816027.219390@i39g2000cwa.googlegroups.com>


Essentially, rman now honors a flag from the MML that indicates whether or not it supports multiple sessions. Prior to 10g, it did not consider this flag. By default, a lot of MML's return this as SBTBFINFO_SHARE_SINGLE, which means only one channel at a time can be used.

It can be overridden, if the MML won't provide a fix, by issuing the following at the top of a run block.

SET PARALLELMEDIARESTORE OFF; See note 358171.1on Metalink.

Thanks,

Steve Received on Mon Mar 20 2006 - 11:35:37 CST

Original text of this message

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