Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recreate Oracle Central Inventory

neeminApr 10 2017

Hi,

I am learning to recreate Oracle Central Inventory. I follow Steps To Recreate Central Inventory(oraInventory) In RDBMS Homes (Doc ID 556834.1).

After recreating the inventory, some of the entries,REFHOME_LOC, REFHOME LOC, DEPHOMELIST and DEPHOME LOC are missing in the new inventory.xml

Are these entries need to be in the new inventory.xml?

May I know how to  create these kinds of entries in the new inventory.xml?

The original inventory.xml  before  recreating:

...

<HOME_LIST>

<HOME NAME="ORACLE_HOME1" LOC="/apps1/oracle/product/11.2.0" TYPE="O" IDX="1"/>

<HOME NAME="OH_COM" LOC="/apps1/oracle/Middleware/oracle_common" TYPE="O" IDX="2">

   <REFHOMELIST>

      <REFHOME LOC="/apps1/oracle/Middleware/Oracle_WT1"/>

   </REFHOMELIST>

</HOME>

<HOME NAME="BT_HOME" LOC="/apps1/oracle/Middleware/Oracle_BI1" TYPE="O" IDX="5"/>

<HOME NAME="WT_HOME" LOC="/apps1/oracle/Middleware/Oracle_WT1" TYPE="O" IDX="3">

   <DEPHOMELIST>

      <DEPHOME LOC="/apps1/oracle/Middleware/oracle_common"/>

   </DEPHOMELIST>

</HOME>

</HOME_LIST>

...

New inventory.xml  after  recreating:

...

<HOME_LIST>

<HOME NAME="ORACLE_HOME1" LOC="/apps1/oracle/product/11.2.0" TYPE="O" IDX="1"/>

<HOME NAME="OH_COM" LOC="/apps1/oracle/Middleware/oracle_common" TYPE="O" IDX="2">

<HOME NAME="BT_HOME" LOC="/apps1/oracle/Middleware/Oracle_BI1" TYPE="O" IDX="5"/>

<HOME NAME="WT_HOME" LOC="/apps1/oracle/Middleware/Oracle_WT1" TYPE="O" IDX="3">

</HOME_LIST>

...

Thanks for your help!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2017
Added on Apr 10 2017
0 comments
444 views