欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

ORACLE 11G RAC [INS-32026] The Software Location specified s

程序员文章站 2022-04-22 23:45:27
...

INFO: Checking specified location on remote nodes... INFO: size estimation for Completeinstall is 3017.24600315094 SEVERE: [FATAL] [INS-32026] The Software Location specified should not be under Oracle base location. CAUSE: Grid Infrastruct

INFO: Checking specified location on remote nodes...
INFO: size estimation for Completeinstall is 3017.24600315094
SEVERE: [FATAL] [INS-32026] The Software Location specified should not be under Oracle base location.
CAUSE: Grid Infrastructure for a Cluster installation will assign root ownership to all parent directories of clusterware software location. As a result, all named directories in the software location path will acquire root ownership. This may create problems for subsequent installations into the same Oracle base.
ACTION: Specify software location outside of Oracle base.


grid目录结构:

ORACLE_BASE=/u01/app/grid

ORACLE_HOME=/u01/app/grid/11.2.0


查询了半天 才从英文网站获知 ORACLE_HOME不可是ORACLE_BASE的子目 FUCK ORACLE 11G

ORACLE_BASE=/u01/app/grid

ORACLE_HOME=/u01/app/11.2.0/grid