Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Testing Refresh Procedure
Hi Josh,
Can you please elaborate the procedure how do you do it thru RMAN? Is it like recovery kind of thing ? What if the tablespaces and data files names are not same? Obviously the database names are also different.
Thanks
From: "joshc" <collier_jw@comcast.net>
To: <chughhk@hotmail.com>,<oracledba.williams@gmail.com>
CC: <danielwfink@yahoo.com>,<oracle-l@freelists.org>
Subject: RE: Testing Refresh Procedure
Date: Wed, 22 Mar 2006 14:37:44 -0800
On our systems, I use RMAN to refresh a dev database from production. Then the developers apply their change scripts to move the objects to the next release level.Josh C.
From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On Behalf Of hitender chugh
Sent: Wednesday, March 22, 2006 2:16 PM
To: oracledba.williams@gmail.com
Cc: danielwfink@yahoo.com; oracle-l@freelists.org
Subject: Re: Testing Refresh Procedure-- http://www.freelists.org/webpage/oracle-lThat's the requirement as the pl/sql code is still in the testing stage at lower levels and is not yet approved to moved to production.
From: "Dennis Williams" <oracledba.williams@gmail.com>
To: chughhk@hotmail.com
CC: danielwfink@yahoo.com, oracle-l@freelists.org
Subject: Re: Testing Refresh Procedure
Date: Wed, 22 Mar 2006 16:06:27 -0600
Chugh,
My requirements is also similar where I have to refresh the lower regions (databases - development,system,acceptance etc.) from production data but not the functions,procedures,packages etc. very frequently. I use exp, and imp data after disabling triggers,fk constraints and truncating tables.
The advantage of cloning techniques compared to export/import is that you receive an exact replica of the production system. Why would you want to exclude functions, procedures, packages, etc.? The idea is that before a change is promoted to production it is tested against a current copy of production. The worst circumstance is that you promote something to production only to discover after much anguish that production has a different version of a function, procedure, package, or etc. than the test database.Dennis Williams
![]() |
![]() |