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: Is it possible to copy one db to another if the SID is different

RE: Is it possible to copy one db to another if the SID is different

From: Vergara, Michael (TEM) <mvergara_at_guidant.com>
Date: Wed, 09 Oct 2002 13:33:42 -0800
Message-ID: <F001.004E4F48.20021009133342@fatcity.com>


Dear New Bee:

We do this all the time, and the problem you're having is the one that I tripped over my first time, too.

There is an important word missing from your command. It's not...
CREATE CONTROLFILE REUSE DATABASE "TEST" RESETLOGS ARCHIVELOG ...it is ...
CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG

                         ^^^

And when you ALTER DATABASE OPEN you'll also need to say RESETLOGS. HTH,
Mike

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Vergara, Michael (TEM)
  INET: mvergara_at_guidant.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Oct 09 2002 - 16:33:42 CDT

Original text of this message

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