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: Easy way to copy databases when using RMAN?

Re: Easy way to copy databases when using RMAN?

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Thu, 6 May 2004 00:47:21 -0400
Message-ID: <20040506044721.GA3872@medo.noip.com>


Actually, why do you need rman? If you use the the cloning tool known as "cp" or "scp", if the clone needs to be on another node, you can get the desired result with a FS-based database. The DBID problem is solved by opening the database with the "RESETLOGS" option. Once you issue "alter database open resetlogs" command, your old DBID is gone and, technically speaking, you have a new database.

On 05/06/2004 12:37:28 AM, Wolfson Larry - lwolfs wrote:
> Hi, guys!
> I I've got a number of servers to create multiple 9i databases.
>
> Is it possible to just create one system tablespace and just copy it
> multiple times?

-- 
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
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 05 2004 - 23:44:20 CDT

Original text of this message

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