1. 首页 > ITPUX技术网 > 正文

oracle9i rac建库时出现ora-00603错误

oracle9i rac建库时出现ora-00603错误

前段时间在帮客户用脚本建立rac数据库时
/oracle/app/product/9.2.0.4/bin/sqlplus /nolog @/oracle/app/admin/ZH/scripts/CreateDB.sql
more /oracle/app/admin/ZH/scripts/CreateDB.sql
startup nomount pfile=/oracle/app/admin/ZH/scripts/init.ora

报ORA-00603:ORACLE server session terminated by fatal error

查了下相关文档,说可能跟私网有问题,需要设置cluster_interconnects参数
编辑init.ora文件,加入以下这两个节点参数

ZH1.cluster_interconnects=’192.52.153.61:192.52.153.61′
ZH2.cluster_interconnects=’192.52.153.62:192.52.153.62′

再重新用脚本创建时成功

本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

联系我们

在线咨询:点击这里给我发消息

微信号:itpux-com

工作日:9:30-18:30,节假日休息