Refreshing DEV from TEST in R12
I'm planning to Refresh a Development instance from a Test instance and I'm following the Note: 406982.1- Cloning Oracle Applications Release 12 with Rapid Clone. Here, I'm refering to
Section 4: Advanced Cloning Options Section
3. Configure the target system.
Now my question is do I need to use the existing target system xml file during the Post Clone using the syntax
perl adcfgclone.pl dbTier [Database target context file]
perl adcfgclone.pl appsTier [APPL_TOP target context file]
or
Should I run the
perl adcfgclone.pl dbTier
perl adcfgclone.pl appsTier
1. I'm confused here as I'm not sure if I get Port already in use error if I use the later method as I'm going to reuse the existing port numbers.