Login  Register

Re: Data from PROD to DEV

Posted by ErmanArslansOracleBlog on Aug 09, 2021; 6:35am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Data-from-PROD-to-DEV-tp10056p10057.html

1-stop application server on DEV.
2-Run RMAN DUPLICATE to copy PROD data to DEV.
3-exec fnd_conc_clone.setup_clean
4-Run autoconfig (adautocfg.sh) on DB tiers on DEV.
5-Run adcfg - postclone on APPS tiers on DEV.

This is more guarenteed.