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: prod-dev sync

RE: prod-dev sync

From: Freeman, Donald <dofreeman_at_state.pa.us>
Date: Mon, 5 Apr 2004 08:52:59 -0400
Message-ID: <AFF54B073FF15849B53E32E67EE860763A937E@ENHBGPRI11.PA.LCL>


Put all the tables in one tablespace and use the transportable = tablespace feature.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Steiner, Randy Sent: Saturday, April 03, 2004 8:29 AM
To: oracle-l_at_freelists.org
Subject: prod-dev sync

I need to move only the data from the production db to dev on a nightly basis. The best I can come up with is a perl script that does this

Export
Drop tables
Import tables=3D=20

If I drop the user the packages go also.

Any thoughts
Randy



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

-----------------------------------------------------------------
----------------------------------------------------------------
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 Mon Apr 05 2004 - 07:49:29 CDT

Original text of this message

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