Re: How do you refresh your databases?
- From: "Rich Jesse" <rjoralist2@xxxxxxxxxxxxxxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Wed, 23 Mar 2011 11:08:11 -0500 (CDT)
> Right now I am looking into datapump, but as this is 11.1 it's going to > be annoying at best. We are upgrading to 11.2 soon, so I will be able to > test this process more thoroughly and not in a prod environment (we are > building the 11.2 dev environment) Annoying? Do you mean like DP forcing logging even though the destination table and tablespace are both set to nologging when pulling over a DB link? That's the sole reason I needed to add direct path SELECT...INSERTs on all of our tables without LOBs for environment (schema) refreshing between two DBs on different servers. That alone saved 40-50% on the refresh run time. Then again, I'm currently on 10.1.0.5, but moving to 11.2 soon (I hope!). I'd post my solution here, but the main part is a 1200-line package body and probably not very useful to most. It reminds me that I want to blog about the need to define the package with "AUTHID CURRENT_USER" to workaround the inane and seemingly pointless security of the DBMS_METADATA package that is called from DBMS_DATAPUMP. Rich -- http://www.freelists.org/webpage/oracle-l
- References:
- Re: How do you refresh your databases?
- From: Subodh Deshpande
- RE: How do you refresh your databases?
- From: Joel.Patterson
- Re: How do you refresh your databases?
- From: Guillermo Alan Bort
- Re: How do you refresh your databases?
Other related posts:
- » How do you refresh your databases? - Guillermo Alan Bort
- » RE: How do you refresh your databases? - Amaral, Rui
- » RE: How do you refresh your databases? - Sweetser, Joe
- » RE: How do you refresh your databases? - Goulet, Richard
- » Re: How do you refresh your databases? - Subodh Deshpande
- » RE: How do you refresh your databases? - Joel.Patterson
- » Re: How do you refresh your databases? - Guillermo Alan Bort
- » RE: How do you refresh your databases? - Goulet, Richard
- » Re: How do you refresh your databases? - Guillermo Alan Bort
- » Re: How do you refresh your databases? - Adric Norris
- » RE: How do you refresh your databases? - Goulet, Richard
- » Re: How do you refresh your databases? - Rich Jesse
- » Re: How do you refresh your databases? - Niall Litchfield
- » Re: How do you refresh your databases? - Guillermo Alan Bort
- » RE: How do you refresh your databases? - Chitale, Hemant Krishnarao
- » Re: How do you refresh your databases? - Yechiel Adar
- » RE: How do you refresh your databases? - Michael Dinh
- » Re: How do you refresh your databases? - steve montgomerie