已确保安装的ORACLE_BASE目录是属于grid:oinstall
但安装时总是报:OUI-10182 The effective user ID does not match the owner of the file ..........
---------------------------------------------------
解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容:
inventory_loc=/u01/app/oraInventory
inst_group=oinstall
重新执行安装程序即可。