Re: Question on cloning

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Question-on-cloning-tp4200p4211.html

It means you need to use the same port pool that you used to configure the database tier (clone db tier)

Ex :

You first clone the db, and you give the port pool 0 as the db port pool.
This will make db to listen from 1521.

Then, you go to apps tier and run adcfgclone there.
so, when the adcfgclone asks you the port pool, you need to give the port pool 0, as you used it while configuring the db tier.

That 's it..