首页 > 数据库技术 > 详细

ORACLE RAC 集群启动,RAC OCR参数修改!

时间:2020-02-15 10:46:16      阅读:118      评论:0      收藏:0      [点我收藏+]

[root@dttchat2 systemd]# systemctl disable oracle-ohasd.service
Removed symlink /etc/systemd/system/multi-user.target.wants/oracle-ohasd.service.
Removed symlink /etc/systemd/system/graphical.target.wants/oracle-ohasd.service.
[root@dttchat2 systemd]# systemctl enable oracle-ohasd.service
Created symlink from /etc/systemd/system/multi-user.target.wants/oracle-ohasd.service to /etc/systemd/system/oracle-ohasd.service.
Created symlink from /etc/systemd/system/graphical.target.wants/oracle-ohasd.service to /etc/systemd/system/oracle-ohasd.service.
[root@dttchat2 systemd]#

RAC OCR参数修改!

/u01/app/12.2.0/grid/bin/crsctl modify res ora.dtt.db -attr "USR_ORA_INST_NAME@SERVERNAME(dttchat1)=dtt_1" -unsupported
/u01/app/12.2.0/grid/bin/crsctl modify res ora.dtt.db -attr "USR_ORA_INST_NAME@SERVERNAME(dttchat2)=dtt_2" -unsupported
/u01/app/12.2.0/grid/bin/crsctl modify res ora.dtt.db -attr "USR_ORA_INST_NAME@SERVERNAME(dttchat2)=dtt_2" -unsupported

ORACLE RAC 集群启动,RAC OCR参数修改!

原文:https://www.cnblogs.com/huangguanyuan/p/12310740.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!