RE: Method for migrating schema from PROD to DEV

From: John Hallas <John.Hallas_at_morrisonsplc.co.uk>
Date: Thu, 5 Feb 2009 16:17:24 +0000
Message-ID: <A92AF970568F9A4BAB18E10F9C64ED604D4D11620D_at_EXCH2.morrisonsplc.co.uk>



Expdp/impdp is better if you are on a suitable platform (10g onwards IIRC). In that case do not drop the user cascade but drop objects belonging to the user (I generally find this to be quicker and we have a procedure to do it)

Ensure all tablespaces exist on target that are used by that schema on source (and you have quotas).

Gather_schema_stats afterwards on the target schema execute dbms_stats.gather_schema_stats('DEV',10,FALSE,' ',2);

www.jhdba.wordpress.com



From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of SHEEHAN, JEREMY Sent: 24 November 2008 21:12
To: oracle-l_at_freelists.org
Subject: Method for migrating schema from PROD to DEV

Does anyone have a proven method for migrating a schema from PROD to DEV? I plan on using export/import, but I've got a few reservations about the migration steps.

I think the best method would be to do the following

  1. Export Schema in PROD
  2. Export Schema in DEV (for backup)
  3. Drop user in DEV
  4. Create basic user in DEV
  5. Import user in DEV
  6. Verify object count - PROD vs DEV
  7. Compile schema

Does this sound right?

Jeremy
P Consider the environment. Please don't print this e-mail unless you really need to.



Wm Morrison Supermarkets Plc is registered in England with number 358949. The registered office of the company is situated at Gain Lane, Bradford, West Yorkshire BD3 7DL. This email and any attachments are intended for the addressee(s) only and may be confidential.

If you are not the intended recipient, please inform the sender by replying to the email that you have received in error and then destroy the email. If you are not the intended recipient, you must not use, disclose, copy or rely on the email or its attachments in any way.

Wm Morrison Supermarkets PLC accepts no liability or responsibility for anything said in the email or its attachments and gives no warranty as to accuracy. It is the policy of Wm Morrison Supermarkets PLC not to enter into any contractual or other obligations by email.

Although we have taken steps to ensure the email and its attachments are virus-free, we cannot guarantee this or accept any responsibility, and it is the responsibility of recipients to carry out their own virus checks.


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 05 2009 - 10:17:24 CST

Original text of this message