Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: help "cloning" a database
Thanks for this tip! I have had this problem and jumped through hoops to
solve it.
Ruth
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Rich Holland
Sent: Wednesday, May 19, 2004 3:53 PM
To: holland_at_guidancetech.com; oracle-l_at_freelists.org
Subject: RE: help "cloning" a database
It figures. As soon as I spend the time to compose a diatribe to
oracle-l, I
figure out the problem...
The trick is this:
SQL> recover database until cancel using backup controlfile;
Instead of this:
SQL> recover database using backup controlfile until cancel;
If I enter CANCEL in the first case, I can then open the target with reset
logs. If I enter CANCEL in the second case, Oracle continues to
expect redo
logs indefinitely.... why Oracle doesn't give me an error in the
second case I
don't know.
Thanks for the suggestions everyone sent in the meantime!
Rich
--
Rich Holland (913) 645-1950 SAP Technical Consultant
print unpack("u","92G5S\=\"!A;F]T:&5R(\'!E<FP\@:&%C:V5R\"\@\`\`");
> -----Original Message-----
> From: Rich Holland [mailto:holland_at_guidancetech.com]
> Sent: Tuesday, May 18, 2004 12:38 PM
> To: oracle-l_at_freelists.org
> Subject: help "cloning" a database
>
> I'm trying to make a copy of a database (running SAP, Oracle
9.2.0.4 64-bit,
> AIX 5.1) and running into some difficulty with the system
tablespace. It
> doesn't seem to matter if I shut the database down before the
copy (offline)
[...]
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu May 20 2004 - 06:45:03 CDT