Administrator
|
Never done this..
But, postclone is not a must on DB tier. That is Note: If you have appsutil in the Oracle Home, then you can run autoconfig.
So if you are desperate on this.. do the following;
--suppose you are taking a new clone..
Just do some manual listener and tns configuration (just for the autoconfig run) on the db tier. (just for the initial autoconfig connection)
clean the fnd_nodes tables using fnd_conc_clone.setup_clean
Build your xml (using adbldxml.pl) and then Run autoconfig on db tier..
After that run post clone on apps tier.
|