|
回复 #14 smzco 的帖子
关于安装GRID时ORACLE_BASE和ORACLE_HOME关系问题,ORACLE的官方文档有描述,应该不属于BUG,总的来说ORACLE_BASE和ORACLE_HOME不能是从属关系,不像安装DATABASE时,ORACLE_HOME是ORACLE_BASE的子目录,
Caution: For Oracle Grid Infrastructure for a Cluster installations,
note the following restrictions for the Oracle Grid Infrastructure
binary home (Grid home):
■ It must not be placed under one of the Oracle base directories,
including the Oracle base directory of the Oracle Grid
Infrastructure installation owner.
■ It must not be placed in the home directory of an installation
owner
另外,关于SCNA,oracle官方建议使用一个单独的DNS服务器,个人感觉没必要,我们只需要在HOSTS文件是设置一个就行了。有网友说无法远程通过VIP连接数据库,那是由于数据库的LOCAL_LISTERNER和REMOTE_LISTENER中默认HOST为vip name,我们改为vip就可以了
附件是我在VMware上做的实验(遇到不少问题),写的比较草,供各位参考一下 |
|