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: How to move 200 GB db from prod to dev?

RE: How to move 200 GB db from prod to dev?

From: <johanna.doran_at_sungard.com>
Date: Thu, 06 Jun 2002 08:18:32 -0800
Message-ID: <F001.0047634A.20020606081832@fatcity.com>






RE: How to move 200 GB db from prod to dev?




Dump the prod control to trace
Copy the db files over to dev
edit the dumped controlfile (you can change db name here)
replace the copied controlfile with the new eidted one and bring up dev

I forget exactly what needs to change in the controlfile file script but db name and I believe reset logs

Hannah


 -----Original Message-----
From:   root@fatcity.com@SUNGARD   On Behalf Of "Daiminger, Helmut" <Helmut.Daiminger@KirchGruppe.de>
Sent:   Thursday, June 06, 2002 10:28 AM
To:     Multiple recipients of list ORACLE-L
Subject:        How to move 200 GB db from prod to dev?


Hi!
We are supposed to clone our production database onto a new development box (both boxes are Sun Solaris). The db is about 200 GB in size.

What would be the best way to achieve this? Simply copying over the files won't work, since the instance names are different:

Production:  SID=PCLDB1 => e.g. /u02/oradata/PCLDB1/system01.dbf
Development: SID=ROLAND => e.g. /u02/oradata/ROLAND/system01.dbf
So would export/import the entire db be the only way? (But writing out dump file that big should be a little disk space problem...)

Renaming all the datafiles (approx. 100) would be kind of annoying...
Any ideas?
This is 8.1.7 on Sun Solaris.
Thanks,
Helmut

-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: johanna.doran@sungard.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@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 Thu Jun 06 2002 - 11:18:32 CDT

Original text of this message

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