Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN restore and parallelism
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