首页 / 数据库 / MySQL / RAC 开启关闭(Oracle 12C 小记)
RAC 开启关闭(Oracle 12C 小记)检查RAC状态[grid@rac01 ~]$ crsctl check crsCRS-4638: Oracle High Availability Services is onlineCRS-4537: Cluster Ready Services is onlineCRS-4529: Cluster Synchronization Services is onlineCRS-4533: Event Manager is online [grid@rac01 ~]$ olsnodes -nrac01 1rac02 2 [grid@rac01 ~]$ srvctl status asm -aASM is running on rac01,rac02ASM is enabled.[grid@rac01 ~]$srvctl status res -t //12c新功能 [grid@rac01 ~]$ crs_stat -t 关闭开启RAC环境[grid@rac01 ~]$ crs_stop -all[grid@rac01 ~]$ crs_start -all 关闭开启单节点关闭[root@rac01 ~]# /u01/app/12.1.0/grid/bin/crsctl stop crs或者[grid@rac02 ~]$ srvctl stop listener -n rac01[grid@rac02 ~]$ srvctl stop nstance -d testshf_n -i TESTSHF1[grid@rac02 ~]$ srvctl stop asm -n rac01[grid@rac02 ~]$ srvctl stop nodeapps -n rac01 开启[root@rac01 ~]# /u01/app/12.1.0/grid/bin/crsctl start crs或者[grid@rac02 ~]$ srvctl start listener -n rac01[grid@rac02 ~]$ srvctl start nstance -d testshf_n -i TESTSHF1[grid@rac02 ~]$ srvctl start asm -n rac01[grid@rac02 ~]$ srvctl start nodeapps -n rac01Oracle 单实例 从32位 迁移到 64位 方法 http://www.linuxidc.com/Linux/2012-03/55759.htm在CentOS 6.4下安装Oracle 11gR2(x64) http://www.linuxidc.com/Linux/2014-02/97374.htmOracle 11gR2 在VMWare虚拟机中安装步骤 http://www.linuxidc.com/Linux/2013-09/89579p2.htmDebian 下 安装 Oracle 11g XE R2 http://www.linuxidc.com/Linux/2014-03/98881.htmOracle RAC 11.2(12C)正确关闭顺序 http://www.linuxidc.com/Linux/2014-05/101346.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12本文永久更新链接地址