文档解释
ORA-16783: cannot resolve gap for database string
Cause: The primary database could not resolve a gap request from the specified standby database(s).
Action: Copy the missing archived redo log files from either backups or from another database in the configuration that has the files to the standby database(s) missing the files.
ORA-16783错误指示无法解决数据库状态之间的gap。
官方解释
ORA-16783会在恢复控制文件时发生,表示恢复的归档日志的时间范围不能填充提供的恢复点之间的gap。
常见案例
当希望回滚归档日志以解决数据库问题,但遇到ORA-16783错误时,可能说明恢复控制文件时遭遇了gap。
一般处理方法及步骤
1. 明确gap范围。检查控制文件,明确gap范围。
2. 检查可用的归档日志。查找可用的归档日志,以填充gap范围。
3. 恢复其中的归档日志。使用RMAN恢复那些归档日志来填充gap范围。
4. 重新尝试回滚操作。重新尝试回滚操作以修复数据库问题。