- 最后登录
- 2016-12-12
- 在线时间
- 22 小时
- 威望
- 0
- 金钱
- 76
- 注册时间
- 2012-1-30
- 阅读权限
- 10
- 帖子
- 24
- 精华
- 0
- 积分
- 0
- UID
- 188
|
1#
发表于 2013-8-15 11:06:29
|
查看: 2196 |
回复: 0
在11g官方文档有这样一段描述If the primary system should fail, the first standby database becomes the new primary database. The second standby database automatically receives data from the new primary database, insuring that data is protected at all times.
假设DG 有两个物理备库,fail或 switch到第一个standby后,是不是得需要在第一个 standby设置log_archive_dest_n='第二个备库 vaild_for(online_logfiles,primary_role)' 才能实现上面描述的The second standby database automatically receives data from the new primary database。还是不用设置第一个备库到第二备库的归档,在fail或switch到第一个standby后第二个standby能够自动识别新的primary而实现上面的描述??
(硬件条件限制暂时没法在虚拟机里测试) |
|