Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to duplicate whole database from one machine to another machine in Windows 2000?

Re: How to duplicate whole database from one machine to another machine in Windows 2000?

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Wed, 04 Dec 2002 17:45:57 GMT
Message-ID: <pbrH9.2365$mS5.40773851@newssvr13.news.prodigy.com>


If you don't want to mess around with recovery after you copy to the new machine, don't forget to shut down the database first. And if the database is shut down, you can just copy your control file instead of rebuilding it from a trace.

One caveat - if you want to use RMAN to control both databases, they'll have the same DBID (select dbid from v$database) and RMAN won't know which you want when you specify a target. If you don't use RMAN, forget what I just said.

tesst wrote:
> You can create a trace of the controlfile, copy all the databasefiles to
> another machine, and follow the steps to create a new controlfile on the
> other machine.
> It is all described in the "backup and recovery guide".
>
> Regards,
> Audun
>
>
> On Wed, 4 Dec 2002 13:51:40 +0800, HK Chang
> <REMOVETHIS_hkchang_at_bigfoot.com> wrote:
>

>> Dear All,
>>
>> Do you know how I can duplicate the whole database from one Windows 2000
>> machine to another Windows 2000 machine?
>>
>> Thanks.
>>
>> Regards,
>> HK Chang
>>
Received on Wed Dec 04 2002 - 11:45:57 CST

Original text of this message

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