In few cases we need to change orainventory location for that we need to do following steps:
Method 1:
- First Check the location:
[root@ ~]# cat /etc/oraInst.loc
inventory_loc=/opt/oracle/oraInventory
inst_group=iamidm
- Change location and group.
[root@ ~]# vi oraInst.loc
inventory_loc=/idmaccess/oraInventory
inst_group=iamidm_new
- Copy folder orainventory from old location to new location and reinstall.
Method 2:
Directly remove file /etc/oraInst.loc and oraInventory folder then it will ask again to re-enter orainventory location.
Thanks !!!
No comments:
Post a Comment