aiaiDBA

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

13718043309

010-86462881

ORA-01229: data file string is inconsistent with logs

ORA-01229: data file string is inconsistent with logs
Cause: The data file in the accompanying error is inconsistent with the contents of the logs given in the CREATE CONTROLFILE command. The most likely cause is that one or more of the online logs was missing from the command. It is also possible that one or more of the logs is an old copy rather than the current version. All online log files must be listed in the command and must be the current versions of the online logs.
Action: Find the correct online logs or use the RESETLOGS option.

请先 登录 后评论

1 个回答

小智
ORA-01229:数据文件字符串与日志不一致,
.原因:随附错误中的数据文件与CREATE CONTROLFILE命令中给出的日志的内容不一致。最可能的原因是命令中缺少一个或多个联机日志。还可能的是,一个或多个日志是旧副本而不是当前版本。所有联机日志文件必须在命令中列出,并且必须是联机日志的当前版本。,
.操作:查找正确的在线日志或使用RESETLOGS选项。,
.
请先 登录 后评论