文档解释
ORA-38734: Flashback log is inconsistent; belongs to another database.
Cause: The database ID in the flashback database log file did not match the database ID in the control file.
Action: If you are doing a FLASHBACK DATABASE, then the flashback cannot be performed because of the corrupted log. A restore and an incomplete recovery must be performed instead.
ORA-38734:Flashback日志不一致;属于另一个数据库。
官方解释
ORA-38734的官方解释是“日志空间使用发生冲突,必须解决以保护日志完整性”。
常见案例
最常见的情况是,备份库的日志数据空间已被恢复的数据库的日志重新格式化但没有重置为正确的日志完整性,这将导致ORA-38734错误。
一般处理方法及步骤
1.确保日志文件正确格式化,必要时手动重置日志完整性。
2.重新创建日志或删除包含ORA-38734错误的日志文件。
3.检查transaction log,确认是否存在错误,并检查transaction log上传是否设置正确。对此,需要检查NOARCHIVELOG和FLASHBACK LOG参数的值。
4.尝试使用Oracle Data Recovery Advisor来自动检测并自动修复数据库中的错误。
5.如果问题依然存在,可以尝试重新创建日志文件。