ORA-01173: data dictionary indicates missing data file from system tablespace
Cause: Either the database has been recovered to a point in time in the future of the control file or a datafile from the system tablespace was omitted from the create control file command previously issued.
Action: For the former problem you need to recover the database from a more recent control file. For the latter problem, simply recreate the control file checking to be sure that you include all the datafiles in the system tablespace.
这个ORA-01173错误表明,数据字典检测到系统表空间中缺少数据文件。
ORA-01173:指定的文件不存在(该文件属于数据库实例的系统表空间)。
1. 删除表空间的数据文件时,数据库实例在启动过程中报出ORA-01173错误。
2. 数据库主机重启后,实例正常启动,创建新表空间时,报出ORA-01173错误。
1. 重新添加该缺失的数据文件。
2. 使用备份来恢复表空间的结构,将已失的文件重新添加回到表空间中。
3. 执行catalog.sql和catproc.sql,将新创建的数据文件注册到数据字典中,并重建表空间和表空间的索引。
4. 重新启动实例,检查系统表空间的情况,以及数据文件是否存在。
本文标签:data ORA-01173 dictionary indicates missing file from system tablespace
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接