Re: Cloning issue
Posted by ErmanArslansOracleBlog on Jun 21, 2018; 12:57pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Cloning-issue-tp6222p6228.html
Database port should be free during the execution of adcfgclone db techstack.
This is a cloning activity.. It is like we are building the clone env from scratch.. We are expecting to find all the ports available.
you can find the process using it -> netstat -anp | grep 1521
Option A:
1. Shutdown the process using the port
2. Re-run adcfgclone.pl to use the same ports
Option B:
1. Choose a different, free port number during the adcfgclone execution
Ref: E-Business Suite Applications Manager Rapidclone Process Fails With Error 'RC-50204: Error: - Database Port in use' Running 'adcfgclone.pl dbTechstack' (Doc ID 428839.1)