RMAN轉儲資料檔案報錯“ORA-19870 ORA-19502 ORA-27072”

來源:互聯網
上載者:User

在用rman走restore的時候遇到了,如下的錯誤:

channel c1: ORA-19870: error while restoring backup piece /u01/dbfull_03orat5q_1_1.bak
ORA-19502: write error on file "/u01/app/Oracle/oradata/aux/system01.dbf", block number 34304 (block size=8192)
ORA-27072: File I/O error

從報錯的方面來是在寫檔案的時候出了問題,查看了一下:

oerr ora 19502
19502, 00000, "write error on file \"%s\", block number %s (block size=%s)"
// *Cause:  write error on output file
// *Action: check the file

這個提示我們說檢查檔案,難道檔案出錯了。


 oerr ora 19870
19870, 00000, "error while restoring backup piece %s"
// *Cause: This error should be followed by other errors indicating
//        the cause of the problem.
// *Action: See other errors actions.

這個提示我們說看其他的報錯資訊。


oerr ora 27072
27072, 00000, "File I/O error"
// *Cause:  read/write/readv/writev system call returned error, additional
//          information indicates starting block number of I/O
// *Action: check errno

這個提示也沒有什麼價值。

 

最後查看磁碟空間如下:

 df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1            5.7G  3.1G  2.4G  57% /
/dev/sdb1              20G  19G  269M  99% /u01
tmpfs                1.5G  265M  1.3G  18% /dev/shm

磁碟空間不夠了,結果釋放了一些磁碟空間之後,問題解決,這裡記錄一下。

推薦閱讀:

ORA-01172、ORA-01151錯誤處理

ORA-00600 [2662]錯誤解決

ORA-01078 和 LRM-00109 報錯解決方案

ORA-00471 處理方法筆記

ORA-00314,redolog 損壞,或丟失處理方法

ORA-00257 歸檔日誌過大導致無法儲存的解決辦法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.