ORA-16406: primary and standby database software version mismatch ORACLE 报错 故障修复 远程处理
文档解释
ORA-16406: primary and standby database software version mismatch
Cause: The primary and standby databases were not running compatible versions of Oracle server software.
Action: Install the correct Oracle server software and try again.
官方解释
常见原因:
1、主备数据库版本不一致,需要手工将版本升级到相同的版本或保持一致
2、主服务器上作了 oracle 升级,但没有更新 standby server
3、对主备系统做了补丁,未通知小备库
一般处理方法及步骤
1.Upgrade:
如果主服务器比备服务器现在,则需要将备服务器升级到最新版本。
2.Patches:
如果主服务器已安装了补丁,但是备服务器没有,那么我们需要将补丁安装在备服务器。
3.Downgrade:
要将主服务器的系统降级到备服务器的版本,这是你需要考虑的最后一步。