ORA-01207: 檔案比控制檔案更新 - 舊的控制檔案
Errors
ORA-1122 ORA-1110 ORA-1207
Symptoms
ORA-1122 :database file %s failed verification check
ORA-1110 : datafile :
ORA-1207: ORA 1207 file is more recent than control file
Cause
The information in this file is inconsistent with information from the control file.
The datafile header CHECKPOINT count is beyond the controlfile CHECKPOINT count.
Fix
1.Mount the database
SQL>Startup mount
2. trace the control file
SQL> alter database backup controlfile to trace as 'f:\aa';
3. Create a control file creation script. from the tracefile generated in user_dump_dest.
Use the Noresetlogs option
4.shutdown the database and start it NOMOUNT mode
SQL>shutdown abort
SQL>startup NoMount
5.Create the control file
6.Recover database
SQL>recover database ;
7.Open the database
SQL>Alter database open ;
ORA-1122 ORA-1110 ORA-1207
Symptoms
ORA-1122 :database file %s failed verification check
ORA-1110 : datafile :
ORA-1207: ORA 1207 file is more recent than control file
Cause
The information in this file is inconsistent with information from the control file.
The datafile header CHECKPOINT count is beyond the controlfile CHECKPOINT count.
Fix
1.Mount the database
SQL>Startup mount
2. trace the control file
SQL> alter database backup controlfile to trace as 'f:\aa';
3. Create a control file creation script. from the tracefile generated in user_dump_dest.
Use the Noresetlogs option
4.shutdown the database and start it NOMOUNT mode
SQL>shutdown abort
SQL>startup NoMount
5.Create the control file
6.Recover database
SQL>recover database ;
7.Open the database
SQL>Alter database open ;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10742223/viewspace-343274/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 控制檔案Oracle
- 2.6.4 指定控制檔案
- 【/proc/檔案淺析】另類辦法恢復資料檔案和控制檔案
- 【RMAN】Oracle中如何備份控制檔案?備份控制檔案的方式有哪幾種?Oracle
- ORACLE 控制檔案(Control Files)概述Oracle
- 控制檔案損壞處理
- 比對檔案sam檔案的解讀
- oracle 控制檔案及引數檔案何時自動備份Oracle
- 與控制檔案有關的恢復
- 把“點檔案”放到版本控制中
- Controlfile 重建控制檔案 noresetlogs, resetlogs..
- windwos檔案控制代碼數限制
- 新建的表空間(或資料檔案)丟失以及控制檔案丟失,有新建表空間(或資料檔案)前的控制文
- 【RMAN】如果控制檔案損壞那麼如何恢復?恢復控制檔案的方式有哪幾種?
- git移除已經加入版本控制的檔案Git
- 與控制檔案有關的恢復(二)
- [20210224]控制檔案序列號滿的分析.txt
- 使用git不希望檔案被版本控制Git
- Oracle 控制檔案損壞解決方案Oracle
- .ts檔案和d.ts檔案對比
- 熱更新配置檔案
- 清除Oracle控制檔案中的歸檔資訊v$archived_logOracleHive
- [20210225]控制檔案序列號滿的恢復.txt
- 檔案流下載檔案,zip/其他格式檔案
- Oracle 11g 重新建立控制檔案Oracle
- oracle11g修改控制檔案路徑Oracle
- 修改linux最大檔案控制程式碼數Linux
- C檔案與檔案的操作
- 11.使用make更新歸檔檔案
- Spring YAML與屬性檔案配置檔案對比 | BaeldungSpringYAML
- 巧用檔案影像比較工具Kaleidoscope,幫您找出檔案的不同
- 更新鄧白氏檔案
- 檔案和檔案系統
- GBFF檔案轉GFF檔案
- oracle快速拿到重建控制檔案語句的方法二Oracle
- rman恢復控制檔案的一個小錯誤
- 控制檔案不一致引發的“血案”
- SpringMVC檔案上傳下載(單檔案、多檔案)SpringMVC
- RAC控制檔案恢復(三種不同情況)