Home > Database > Mysql Tutorial > body text

安装Oracle 10g RAC 到最后遇到PRKP-1001 、CRS-0215错误的解决方法

WBOY
Release: 2016-06-07 17:05:56
Original
1189 people have browsed it

安装Oracle 10g RAC的过程中遇到了这个问题,好!让我们通过google查询下该错误代码

安装Oracle 10g RAC的过程中遇到了这个问题,,好!让我们通过google查询下该错误代码










经查初步判断是时间不同步的原因

 

好,让我们查一下2个系统的时间

[oracle@oel1 ]$ date

Wed Aug 17 15:48:59 CST 2011

[oracle@oel2 ~]$ date

Wed Aug 17 15:45:28 CST 2011

确实如此,竟然oel1快了3分多钟,好让我们手工同步时间

[root@oel2 ~]# service ntpd stop

Shutting down ntpd: [  OK  ]

[root@oel2 ~]# ntpdate 128.192.0.1

17 Aug 15:51:40 ntpdate[27615]: adjust timeserver 128.192.0.1 offset -0.060559 sec

[root@oel2 ~]#service ntpd start

Starting ntpd: [  OK  ] 

好,让我们点击OK,问题解决!

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!