oracle 12c同步data guard口令文件步骤 ora-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3503081
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2019-12-27 14:27:30

前提知识:
从12.2 开始,dg环境,主库修改密码后可以自动同步到备库,不需要手工处理(doc id 2307365.1 )
12.1 版本,dg环境,主库修改sys密码,需要手工同步( doc id 1984091.1 )

但有时候也会遇到问题。

配置好的adg,过了一段时间,看alert日志不断报错
------------------------------------------------------------
check that the primary and standby are using a password file
and remote_login_passwordfile is set to shared or exclusive, 
and that the sys password is same in the password files.
      returning error ora-16191
------------------------------------------------------------
那么需要重新同步口令文件了?


搭建rac对rac dg时需要保持各节点的口令文件一致,在11g中需要把节点1的口令文件复制到节点2,然后传输到rac dg的两个节点上。在12c中更复杂些,因为口令文件放在了asm中。

主库上grid:
查看当前的口令文件
srvctl config database -d orcl|grep password
  password file: datadg/orcl/password/pwdorcl.291.1026246847 注意看这一行


asmcmd -p
pwget --dbuniquename xxx 应该跟上面的结果一样鸭,12c才有的命令
pwcopy datadg/orcl/password/pwdorcl.291.1026246847 /tmp  拷贝出来
exit


scp /tmp/pwdorcl.291.1026246847   root@192.168.1.170:/tmp/pwdorcldg  传到dg的备库


在备库root:
chown grid:oinstall /tmp/pwdorcldg


oracle:
srvctl config database -db orcldg 最好先看一下当前的口令文件,以便后面确认是否更改了
  dg1/orcldg/password/pwdorcldg
  
grid:
asmcmd -p
pwcopy /tmp/pwdorcldg ' dg1/orcldg/password/'


srvctl modify database -db orcldg -pwfile ' dg1/orcldg/password/pwdorcldg'
这样alert就不再报错了。
如果还报错呢?
那就在备库上先删除口令文件,停止应用归档的进程msp,然后再拷贝一遍。

阅读(2857) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图