我在启动数据库时遇到了这样的问题,应当怎么解决?
/dev/raw4 作的裸设备用来做undotablespaceSQL> alter database open
  2  ;
alter database open
*
ERROR at line 1:
ORA-01122: database file 2 failed verification check
ORA-01110: data file 2: '/dev/raw/raw4'
ORA-01203: wrong incarnation of this file - wrong creation SCN

解决方案 »

  1.   

    数据库启动不了了。
    startup nomount  --OK
    alter database mount    --OK
    alter database open    --FailERROR at line 1:
    ORA-01122: database file 2 failed verification check
    ORA-01110: data file 2: '/dev/raw/raw4'
    ORA-01203: wrong incarnation of this file - wrong creation SCN
      

  2.   

    上次关闭是用的shutdown abort...
      

  3.   

    http://dev.csdn.net/article/42/42995.shtm 到这里去看看!
      

  4.   

    ORA-01203 wrong incarnation of this file - wrong creation SCNCause: The creation SCN in the file header is not the same as the creation SCN in the control file. This is probably a copy of a file that was dropped.Action: Restore a current copy of the datafile and do recovery as needed
      

  5.   

    alter database recover.
    试一下.
      

  6.   

    database file 2 failed verification check
    ORA-01110: data file 2: '/dev/raw/raw4'
    ORA-01203: wrong incarnation of this file - wrong creation SCN检查下参数文件所指定的数据文件