aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-38739: Flashback log file is more recent than control file.

ORA-38739: Flashback log file is more recent than control file.
Cause: The control file change sequence number in the flashback database log file was greater than the number in the control file. This implies that the wrong control file was being used. Note that repeatedly causing this error can make it stop happening without correcting the real problem. Every attempt to open the database will advance the control file change sequence number until it is great enough.
Action: FLASHBACK DATABASE can only be used with the current control file. If it is not available, then a restore and an incomplete recovery must be performed instead.

请先 登录 后评论

1 个回答

小智
ORA-38739:闪回日志文件比控制文件更新。,
.原因:闪回数据库日志文件中的控制文件更改序列号大于控制文件中的数字。这意味着使用了错误的控制文件。注意,重复导致此错误可以使其停止发生,而不纠正真正的问题。每次尝试打开数据库时,都会提前更改控制文件的序列号,直到它足够大。,
.操作: FLASHBACK DATABASE只能与当前控制文件一起使用。如果它不可用,则必须执行恢复和不完全恢复。,
.
请先 登录 后评论