欢迎投稿

今日深度:

重建控制文件时提示ORA-01189: file is from a differen

重建控制文件时提示ORA-01189: file is from a different RESETLOGS than previous files,


 

CREATE CONTROLFILE REUSE DATABASE "EDWPROD" RESETLOGS  ARCHIVELOG
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01189: file is from a different RESETLOGS than previous files
ORA-01110: data file 2: '/ora/prod/edwprod/data/EDWPROD/datafile/o1_mf_undotbs1_334h0kxm_.dbf’


 

原因:

In order to recreate the controlfile, all datafiles must be at the same incarnation, or resetlogs time.
We cannot allow datafiles to be at different incarnations.

 

参考自:ORA-01503 ORA-01189 When trying to Recreate Controlfile (Doc ID 1918706.1)

 

www.htsjk.Com true http://www.htsjk.com/shujukunews/7684.html NewsArticle 重建控制文件时提示ORA-01189: file is from a different RESETLOGS than previous files, CREATE CONTROLFILE REUSE DATABASE EDWPROD RESETLOGS ARCHIVELOG*ERROR at line 1:ORA-01503: CREATE CONTROLFILE failedORA-01189: file is from a dif...
相关文章
    暂无相关文章
评论暂时关闭