aiaiDBA

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

13718043309

010-86462881

ORA-01672: control file may be missing files or have extra ones

ORA-01672: control file may be missing files or have extra ones
Cause: Attempting to create a standby control file, but the control file was either recently created via CREATE CONTROLFILE or an incomplete recovery has been done. Thus the datafiles in the control file and the ones in the data dictionary may not match.
Action: Open the database, then retry the operation.

请先 登录 后评论

1 个回答

小智
ORA-01672:控制文件可能缺少文件或有额外的文件,
.原因:尝试创建备用控制文件,但控制文件最近是通过CREATE CONTROLFILE创建的,或者已完成不完全恢复。因此,控制文件中的数据文件和数据字典中的数据文件可能不匹配。,
.操作:打开数据库,然后重试操作。,
.
请先 登录 后评论