jacky4955 发表于 2019-1-7 08:57:23

PING[ARC1]: Heartbeat failed to connect to standby 'orcl_pd'. Error is 16191.

  搭建的一套DG,折腾了很长时间,一直都是报如下错误:
  PING: Heartbeat failed to connect to standby 'orcl_pd'. Error is 16191.
  查看相关的进程:备库没有RFS进程,主库没有LNS进程。
  使用tnsping都通。
  后来看前辈博文发现:错误的核心是主库与备库的密码文件不一致
  随后在主库上重建密码文件
   orapwd file=orapworcl password=oracle force=y
  再将密码文件同步到备库。
  问题解决
  主库:
http://blog.运维网.com/attachment/201312/170404344.jpg
  备库:
http://blog.运维网.com/attachment/201312/170406619.jpg
  



页: [1]
查看完整版本: PING[ARC1]: Heartbeat failed to connect to standby 'orcl_pd'. Error is 16191.