Hi,
I've decided to install Oracle Forms 10g. Following the thread
2204862 I've successfully installed the following:
- Oracle database 10g enterprise edition, on C:\oracle\product\10.2.0\db_1
- Oracle Developer Suite 10g (including forms 10g version 10.1.2.0.2), on C:\Devsuitehome_1
Now I'd like to install the patch 7047034 using OPatch Universal Installer by the thread
2673019 I've set the oracle_home to "C:\Devsuitehome_1". When i run the command "opatch apply C:\oracle_form\Patch26_Rel_10105\7047034", the following error (part of the whole error message) comes out:
The Oracle Home c:\devsuitehome_1 is not registered with the Central Inventory.
Afterwards, I try to set the oracle_home to "C:\oracle\product\10.2.0\db_1" and run the command "opatch lsinventory", and it works without error. However, when I changed back the oracle_home to "C:\Devsuitehome_1" and issue the same command, the following error (part of the whole error message) comes out:
LsInventory: OPatch Exception while accessing O2O
I've verified through Oracle Universal Installer that the Central Inventory includes both C:\oracle\product\10.2.0\db_1 and C:\Devsuitehome_1 as the oracle_home. The Central Inventory is located at C:\Program Files\Oracle\Inventory. So, how could I fix the error and run the OPatch Universal Installer successfully? Thanks.