ORA-01113: 檔案 7 需要介質恢複 ORA-01110: 資料檔案 7: ‘F:\WORKFILES\ORACLE11G\ORADATA\HTTP\FWTBS_01.DBF

來源:互聯網
上載者:User

ORA-01113: 檔案 7 需要介質恢複
ORA-01110: 資料檔案 7: 'F:\WORKFILES\ORACLE11G\ORADATA\HTTP\FWTBS_01.DBF'

方法一:

ORA-01589: 要開啟資料庫則必須使用 RESETLOGS 或 NORESETLOGS 選項
SQL> alter database open noresetlogs;
alter database open noresetlogs
*
第 1 行出現錯誤:
ORA-01588: 要開啟資料庫則必須使用 RESETLOGS 選項
SQL> alter database open resetlogs;
alter database open resetlogs
*
第 1 行出現錯誤:
ORA-01113: 檔案 1 需要介質恢複
ORA-01110: 資料檔案 1: 'D:\ORADATA\SMART\SYSTEM01.DBF'
SQL> shutdown immediate
ORA-01109: 資料庫未開啟
已經卸載資料庫。
ORACLE 常式已經關閉。
SQL> startup mount;
ORACLE 常式已經啟動。
Total System Global Area  167772160 bytes
Fixed Size                  1247900 bytes
Variable Size              79693156 bytes
Database Buffers           83886080 bytes
Redo Buffers                2945024 bytes
資料庫裝載完畢。

方法二:

使用alter database 移動資料檔案時,在執行完alter database rename <source file path> to <des file path>命令之後,再試圖開啟資料庫:alter
database open。報錯:

ORA-01113:檔案7需要介質恢複

ORA-01110:資料檔案7:’E:ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/TEST01.DBF’。

這是由於資料庫認為這個資料檔案遭到破壞了,需要使用recover命令通過備份、日誌資訊來恢複。資料庫的備份恢複是個比較複雜的問題,但是這個執行個體的解決辦法還是比較簡單的。

執行命令:

recover datafile ’E:ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/TEST01.DBF’

提示完成介質恢複,再開啟資料庫:alter database open。一切正常。

alter database datafile 7 offline;

alter database open;

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.