oracle OUI-10094 问题解决方法!
?
第一个安装了oracle 11GR2.第二个安装oracle10GR2。
今天在同一台机器安装第二个oracle 10g2,遇到
SEVERE:
OUI-10094: Problem in saving inventory.
Installation cannot continue.
$ORACLE_HOME/inventory/ContentsXML/oraclehomeproperties.xml
(Permission denied)
?
?????????
goolge网上已经有现成解决方法:
?
Can you try this
1. Create a new oraInst.loc file in the $ORACLE_HOME
This file should have the follow content:
inventory_loc=$ORACLE_HOME/oraInventory
inst_group=<the_Unix_group_that_owns_the_software_installation>
2. After creating $ORACLE_HOME/oraInst.loc, start OUI with the
following options:
./runInstaller -invPtrLoc $ORACLE_HOME/oraInst.loc
The -invPtrLoc flag is used to locate the oraInst.loc file.
3. Install 10gR2
By following these steps, you are installing 10gR2 using a new
(separate) oraInventory