Saturday, May 23, 2020

How Oracle Homes are unregistered from the global inventory


While  Cloning of Oracle Apps you might decide to initiate the cloning when errors are encountered
In such cases since the Oracle Inventory is already registered in the previous  attempt it errors out as it cannot create a new home which is already existent in the inventory and hence need to Unregister the Oracle Home and re-initiate the clone.

Below are the steps for the same


"Ensure that the above Oracle Homes are unregistered from the global inventory "/oracle/TEST/oraInventory/ContentsXML/inventory.xml" and re-run adcfgclone.pl script"

Below Oracle Homes are already registered in the global inventory:
/oracle/TEST/apps/fs2/FMW_Home/Oracle_EBS-app1
/oracle/TEST/apps/fs2/FMW_Home/webtier
/oracle/TEST/apps/fs2/FMW_Home/oracle_common

First go to below location to initiate the oui : 

cd /oracle/TEST/apps/fs2/EBSapps/10.1.2/oui/bin


./runInstaller -silent -deinstall REMOVE_HOMES={"/oracle/DOSC/apps/fs2/FMW_Home/Oracle_EBS-app1"}
./runInstaller -silent -deinstall REMOVE_HOMES={"/oracle/DOSC/apps/fs2/FMW_Home/webtier"}
./runInstaller -silent -deinstall REMOVE_HOMES={"/oracle/DOSC/apps/fs2/FMW_Home/oracle_common"}




No comments: