您当前的位置: 首页 > 数据库教程 > Oracle教程 > Oracle PRKC-1002错误原因和解决方案

Oracle PRKC-1002错误原因和解决方案

作者:不详 来源:网络 发布时间: 2014-09-01 11:41 点击:
小编在 VMware Server 1.0.8 中安装 Oracle RAC 时, 碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list null to nodes rac2. [PRKC-1002 : All the submitted commands did not execute succe

Oracle PRKC-1002错误原因和解决方案

  小编在 VMware Server 1.0.8 中安装 Oracle RAC 时, 碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list ‘null’ to nodes ‘rac2′. [PRKC-1002 : All the submitted commands did not execute successfully]

  苦搜细索,最后在 Oracle 技术支持页面找到了问题的原因和解决方案:

  Cause:

  This is because the date on the local node is higher than the date on the remote node(s).

  Solution:

  To fix this, set the times of the nodes to be the same. You can do this with “ntpupdate ” to sync the dates.

  其实 PRKC-1002 错误关键是解决时间同步问题,尽管我在安装 VMware-tools 之后,勾选 vmware-toolbox 的 Miscellaneous Options 选项,但 node1 的时间还是比 node2 的快十几秒。参考了一下《大话Oracle RAC》这本书,决定选用 NTP 服务来使时间同步。 刚开始我是用 node1 来做 NTP 服务的,但做完后发现 node1 的时间还是比 node2 的快几秒,为了保守起见, 我用 node2 来做 NTP 服务。

  在 node2 用 root 用记编辑 /etc/ntp.conf,加入下面这段

  ## add for rac

  server 127.127.1.0

  fudge 127.127.1.0 stratum 11

  driftfile /var/lib/ntp/drift

  broadcastdelay 0.008

  然后在 node1 用 root 用记编辑 /etc/ntp.conf,加入下面这段

  ## add for rac

  server 192.168.1.131 prefer

  driftfile /var/lib/ntp/drift

  broadcastdelay 0.008

  #注意是 127.127.1.0 而不是 127.0.0.1,还有就是 192.168.1.131 是节点一的IP地址

  然后在两个节点执行下面的命令使NTP服务启动

  # /etc/init.d/ntpd start

  若这样还不可以,那就要把安装数据库的 node1 的时间调得比 node2 慢点。
分享到:
本文"Oracle PRKC-1002错误原因和解决方案"由远航站长收集整理而来,仅供大家学习与参考使用。更多网站制作教程尽在远航站长站。
顶一下
(0)
0%
踩一下
(0)
0%
[点击 次] [返回上一页] [打印]
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
关于本站 - 联系我们 - 网站声明 - 友情连接- 网站地图 - 站点地图 - 返回顶部
Copyright © 2007-2013 www.yhzhan.com(远航站长). All Rights Reserved .
远航站长:为中小站长提供最佳的学习与交流平台,提供网页制作与网站编程等各类网站制作教程.
官方QQ:445490277 网站群:26680406 网站备案号:豫ICP备07500620号-4