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 Duplicating Error--Strange Though

Re: Rman Duplicating Error--Strange Though

From: <krish.hariharan_at_quasardb.com>
Date: Fri, 21 Dec 2007 12:01:36 -0800 (PST)
Message-ID: <49128.209.244.4.106.1198267296.squirrel@webmail.quasardb.com>


While I have not used the duplicate command per se, I have "cloned" multi TB databases with RMAN. The error you are encountering is

01124, 00000, "cannot recover data file %s - file is in use or recovery"

// *Cause:  An attempt to do media recovery found that the file was not

// available for recovery. Either it is online and the database is
// open in some instance, or another process is curently doing
// media recovery on the file.
// *Action: Do not do media recovery. I wonder if it is attemting to get a BR lock (out on a limb) for the
duplication and not able to get it since the file may perhaps be offline or otherwise unavailable. In addition the alert log showed 1 through 12 but the newname only applied to 1 through 10. You are connected to the target database for the priming the duplication.

As a soapbox/footnote, this is one of the reasons I am queasy about using the duplicate command.

-Krish

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 21 2007 - 14:01:36 CST

Original text of this message

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