ORA-03172: STANDBY_MAX_DATA_DELAY of string seconds exceeded
Cause: Standby recovery fell behind the STANDBY_MAX_DATA_DELAY requirement.
Action: Tune recovery and retry the query later, or switch to another standby database within the data delay requirement.
ORA-03172发生在当故障转移进程(MRP)在将记录应用于备用数据操作完成之前,而且比STANDBY_MAX_DATA_DELAY参数定义的延迟更长的时间更长的时候。
1、确定原因。
2、在Init文件中增加STANDBY_MAX_DATA_DELAY的值。
3、重新启动备用服务器。
4、连接到备用服务器,执行ALTER SYSTEM REGISTER;检查是否是临时错误。
5、如果仍然存在错误,检查你的环境是否有其他任何原因在阻碍备用数据状态。