inventory_loc用来提定oracle的inventory指向的目录,inventory里存放着安装oracle相关软件的清单,但多个操作系统用户安装不同的软件时会在了权限问题,这个配置存放在/etc/oraInst.loc这个文件中。
遇到问题会报以下的错误
you do not have sufficient permissions to access the inventory ‘/home/admin/oraInventory’.
Installation cannot continue.Make sure that you have read/write permissions to the inventory
directory and restart the installer.:Permission denied
解决方法
./runInstaller -invPtrLoc newDir/oraInst.loc
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15747463/viewspace-772976/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/15747463/viewspace-772976/
本文详细解释了在安装Oracle相关软件时遇到权限不足错误的解决方法,并介绍了如何正确配置inventory_loc来确保所有用户在不同操作系统下都能顺利安装。通过修改/etc/oraInst.loc文件,可以为inventory目录分配必要的读写权限,从而避免安装过程中出现的Permission denied错误。
2786

被折叠的 条评论
为什么被折叠?



