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: Clone Database

RE: Clone Database

From: Miller, Jay <JayMiller_at_TDWaterhouse.com>
Date: Tue, 07 May 2002 11:53:49 -0800
Message-ID: <F001.0045A506.20020507115349@fatcity.com>

  1. Prepare a development machine with the same version of Oracle installed. Be sure that the listener.ora points to the development box and not production.
  2. Take a cold or hot backup of your database.
  3. If you don' t have the same file structure as on your production box you'll need to backup your controlfile to trace and modify it
  4. Copy the backup to the development box 5a. If a cold backup startup the database 5b. If a hot back then copy the necessary archive logfiles from production 6b. If a hot backup then mount it and recover database until cancel using backup controlfile; The "until cancel" is necessary. 6c. alter database open resetlogs.

Jay Miller  

-----Original Message-----
Sent: Tuesday, May 07, 2002 10:29 AM
To: Multiple recipients of list ORACLE-L

I have to refresh a development database every day with the production DB. The size of the DB is 70GB and import last like 7 hours. Does anyone in the list has the steps to clone a database, not using import.  

TIA   Ramon E. Estevez

--

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

Author: Miller, Jay
  INET: JayMiller_at_TDWaterhouse.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Tue May 07 2002 - 14:53:49 CDT

Original text of this message

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