ORA-16416: No viable stringswitchover targets available ORACLE 报错 故障修复 远程处理

文档解释

ORA-16416: No viable stringswitchover targets available

Cause: Switchover failed because no standby databases of the appropriate type were available.

Action: Check the alert log for errors, correct the problem and retry the switchover.

ORA-16416错误是属于ORACLE异步复制错误。

官方解释

ORA-16416表示没有可用的有效字符串切换目标。

常见原因:这个错误的常见原因是可用的有效的复制目标太少,或者可用的复制目标完全失去了可信性。

一般处理方法及步骤

1、首先,检查可用的复制目标,确保其可信性。

2、如果可用的有效目标足够,运行alter system set switchover_target=new_target来重新设置复制目标。

3、如果可用的有效目标太少,或者可用目标完全失效,请添加新的有效复制目标。


数据运维技术 » ORA-16416: No viable stringswitchover targets available ORACLE 报错 故障修复 远程处理