11.2.0.1安装数据库软件报错:
[FATAL] [INS-32035] Unable to create a new central inventory directory : /u01/app/oraInventory.
CAUSE: The central inventory location provided is not empty.
ACTION: Please provide another location for the inventory, or clean up the current location.
进入到oracle安装目录cd /u01/app/,每个人的安装目录不同根据你的安装路径进行操作
ls查看下目录下有没有一个oralnventory文件,这个文件是刚开始执行的时候然后保存下来的或者是以前安装时未删除干净的
如果有将这个文件目录删除掉rm -rf oraInventory/
在尝试安装Oracle数据库11.2.0.1时遇到错误[INS-32035],问题在于指定的中央库存目录(/u01/app/oraInventory)不为空。解决方案是提供一个新的库存位置,或者清理当前目录。用户应检查/u01/app/目录下是否存在oraInventory文件,如果存在,需要删除此文件夹以继续安装过程。

3621

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



