微信小程序蓝牙开发教程带你探索物联网的便捷与魅力
487
2023-12-31
这篇文章主要介绍“unix/linux环境中Oracle 10G RAC OFF和RAC ON分析”,在日常操作中,相信很多人在unix/linux环境中Oracle 10G RAC OFF和RAC ON分析问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”unix/linux环境中Oracle 10G RAC OFF和RAC ON分析”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!
在某些情况下,在unix/linux上的Oracle 10G 的crs无法启动,需要oracle以single instance启动的时候,可以重新编译(Relinking)oracle,关闭RAC特性,下面记录其方法:
RAC ON
1. Login as the Oracle software owner and shutdown all database instances on all nodes in the cluster.
2. cd $ORACLE_HOME/rdbms/lib
3. make -f ins_rdbms.mk rac_on
If this step did not fail with fatal errors then proceed to step 4.
4. make -f ins_rdbms.mk ioracleRAC OFF
1. Login as the Oracle software owner and shutdown all database instances on all nodes in the cluster.
2. cd $ORACLE_HOME/rdbms/lib
3. make -f ins_rdbms.mk rac_off
If this step did not fail with fatal errors, proceed to step 4.
4. make -f ins_rdbms.mk ioracle到此,关于“unix/linux环境中Oracle 10G RAC OFF和RAC ON分析”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注网站,小编会继续努力为大家带来更多实用的文章!
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。