ORA-26726: standby and DOWNSTREAM_REAL_TIME_MINE are incompatible ORACLE 报错 故障修复 远程处理
文档解释
ORA-26726: standby and DOWNSTREAM_REAL_TIME_MINE are incompatible
Cause: An attempt was made to set the standby database and DOWNSTREAM_REAL_TIME_MINE option of the Oracle GoldenGate, XStream or Oracle Streams capture process on the same database.
Action: Do not attempt to set the DOWNSTREAM_REAL_TIME_MINE option for a Oracle GoldenGate, XStream or Oracle Streams capture process on a standby database. Do not attempt to change a database role to standby if there exists a capture process with the DOWNSTREAM_REAL_TIME_MINE parameter set to Y.
ORA-26726: standby and DOWNSTREAM_REAL_TIME_MINE are incompatible
这是由系统产生的一条警告错误,提示当前系统下使用standby以及DOWNSTREAM_REAL_TIME_MINE(DML)来添加到现有数据库中时是不兼容的。
官方解释
当启用流式复制、灾难恢复,以及利用门户功能从下游现实时DML中收集数据时,不可以使用standby来设置下游现实时DML的数据库。
常见案例
例如,如果您希望从正常正式环境到恢复状态,您可能会试图使用standby来创建恢复状态数据库,在这种情况下,您将会遇到ORA-26726警告错误。
一般处理方法及步骤
提示ORA-26726错误时,可以通过停止standby以及通过正常正式复制服务从下游实时DML中收集数据来解决这个问题。
1)首先,在正式的环境中,开启下游实时DML数据收集会话,并创建必要的表和索引
2)其次,停止standby,以便从下游实时DML数据收集中获取数据
3)然后,下游实时DML数据收集将捕获更改,并将更改记录在记录表中
4)最后,恢复standby,以恢复对这些更改的捕获