终于找到环境,测了一把RAC ONE NODE,但是感觉就是一个RAC起了一个实例而已,手工启动第二个实例,不就是RAC了吗?
11.2.0.3 现在在DB安装的时候已经提供RAC ONE NODE的选项,DBCA时也有RAC ONE NODE的选项,与RAC的安装区别在哪里?
BINARY仍然分发到各节点,MAKE 时 RAC_ON,这些都是必然,有点废话了。
我看到的区别:
11.2.0.1 时,没有RAC ONE NODE的选项,安装RAC时,建DB只能选一个节点,当然,补丁做了什么,还没看。。。。
11.2.0.3时, 有RAC ONE NODE的选项,安装RAC ONE NODE时,两个节点应该是都要选择的。
11.2.0.3时,不知ORACLE是如何识别到这是一个RAC ONE NODE TYPE的数据库,srvctl add service 是不支持 -g -r -a 的,即 Server pool name ,preferred instances ,available instances
srvctl add service -d test -s SERV2 -r test_1 -P BASIC -e SELECT -z 300 -y AUTOMATIC
PRKO-2132 : Options -g, -r and -a cannot be used to add services for RAC One Node database test
# Current Server where it runs
#Find Free servers in the cluster
#Find Generic Pool servers in the cluster
#$ECHO "Free servers that can be used for this DB: $FREE_SERVERS"
# Make sure all servers in the server list are valid
# Change DB Resource Failover Attribute
# Change Inst ID to $DB_NAME_1 , so we are adding "_1"
# Change DB server pool SERVER_NAMES
# Modify SERVER_NAMES for services sub-pools
# copy orapw$DB_NAME to all nodes in the SERVER_NAMES list
# Change DB Resource Description to tag this DB as RACOne DB
#Current Server where it runs
#Find Free servers in the cluster
#Find Generic Pool servers in the cluster
# $ECHO "Free servers that can be used for this DB: $FREE_SERVERS"
# Make sure all servers in the server list are valid
# Change DB server pool SERVER_NAMES
# Modify SERVER_NAMES for services sub-pools
# copy orapw$DB_NAME to all nodes in the SERVER_NAMES list
\?) # getopts issues an error message
printf "%2s\t%8s\t%12s\t%0s\n" "#" Database "RAC One Node" "Fix Required"
# Check if this is Policy or Admin Managed