Oracle Inventory configuration during install

Update  $ORACLE_HOME/oraInst.loc file like the following way ->

--------------
inventory_loc=/other/testclone/oraInventory

inst_group=dba
--------------


Now, create the oraInventory directory with all relevent files. Edit inventory.xml with the following  information about your target upgrade oracle home.



-------------



"/other/testclone/oraInventory/ContentsXML/inventory.xml" 14 lines, 693 characters
(?xml version="1.0" standalone="yes" ?)
< !- - Copyright (c) 2005 Oracle Corporation. All rights Reserved -->
< ! - - Do not modify the contents of this file by hand. -->
(INVEN TORY )
(VERSION_INFO)
(SAVE D_WITH)10.2.0.2.0(/SAVED_WITH)
(MINIMUM_VER>2.1.0.6.0(/MINIMUM_VER>
(/VERSION _INFO>
(HOME _LIST>
(HOME NAME="WEBOH" LOC="/CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/tech_st/10.1.3/" TYPE="O" IDX="1"/ >
(HOME NAME="FRMOH" LOC="/CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/tech_st/10.1.2/" TYPE="O" IDX="2"/ >
(HOME NAME="DVFNACLN_DB__CLIENTDEMOREL12_visrel12_DVFNACLN_db_tech_st_10_2_0" LOC="/CLIENTDEMOREL12/visrel12/DVFNACLN/db/tech_st/10.2.0/" TYPE="O" IDX="3"/>
(/HOME_LIST>
(/INVENTORY>-------------


[Replace ( with <. This blog tool understands < as html tag].
then run upgrade with following command ->

./runInstaller -invPtrLoc $ORACLE_HOME/oraInst.loc  -silent -responseFile /CLIENTDEMOREL12/visrel12/Su2/frm_upgrade/5983622/Disk1/stage/Response/oracle.iappserver.patchset.rsp -force

No comments :