Login  Register

Applying patch to Local Inventory after upgrade

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Applying patch to Local Inventory after upgrade

satish
1159 posts

Dear Suresh,

We have completed the database upgrade from 11g to 19c. Below is how my global and local inventory looks like.

[applcrp@sssterpdev1 ~]$ cat /etc/oraInst.loc
inventory_loc=/u02/CRP/oraInventory
inst_group=dba

[applcrp@sssterpdev1 ~]$ cd /u02/CRP/oraInventory/ContentsXML/
[applcrp@sssterpdev1 ContentsXML]$ cat inventory.xml
<?xml version="1.0" standalone="yes" ?>


<INVENTORY>
<VERSION_INFO>
   <SAVED_WITH>12.2.0.7.0</SAVED_WITH>
   <MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
</VERSION_INFO>
<HOME_LIST>
<HOME NAME="OraDB19Home1" LOC="/u02/CRP/db/19chome" TYPE="O" IDX="1"/>
</HOME_LIST>
<COMPOSITEHOME_LIST>
</COMPOSITEHOME_LIST>
</INVENTORY>
[applcrp@sssterpdev1 ContentsXML]$



[applcrp@sssterpdev1 ContentsXML]$ cd /u02/CRP/db/19chome/inventory/
[applcrp@sssterpdev1 inventory]$ ls
Actions21  backup  Clone  Components21  ContentsXML  globalvariables  invDetails.properties  make  oneoffs  Queries21  response  Scripts  Templates
[applcrp@sssterpdev1 inventory]$ cd ContentsXML
[applcrp@sssterpdev1 ContentsXML]$ ls
comps.xml  config.xml  ConfigXML  libs.xml  oraclehomeproperties.xml  oui-patch.xml
[applcrp@sssterpdev1 ContentsXML]$
[applcrp@sssterpdev1 ContentsXML]$ cd /u02/CRP/db/19chome
[applcrp@sssterpdev1 19chome]$ cat oraInst.loc
inventory_loc=/u02/CRP/oraInventory
inst_group=dba
[applcrp@sssterpdev1 19chome]$


What is the process to apply patch to local inventory instead of global inventory. Any specific command?

Thanks,
Satish
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Applying patch to Local Inventory after upgrade

ErmanArslansOracleBlog
Administrator
5727 posts
There is no such thing (if I understand you correctly..) You don't patch inventories, you patch rdbms software and/or database.. Inventories are just there for recording the information.