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: help "cloning" a database

RE: help "cloning" a database

From: Rich Holland <holland_at_guidancetech.com>
Date: Wed, 19 May 2004 15:53:06 -0400
Message-Id: <20040519195357.A6C4B79B@jester.pobox.com>


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)
[...] ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- 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 Wed May 19 2004 - 14:54:45 CDT

Original text of this message

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