Oracle 11g 檔案損壞處理

來源:互聯網
上載者:User

標籤:

rman 備份時報以下錯誤:

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of backup plus archivelog command at 08/20/2015 17:33:37

ORA-19566: exceeded limit of 0 corrupt blocks for file /app/oracle/oradata/orcl/system01.dbf

由報錯資訊可知  /app/oracle/oradata/orcl/system01.dbf 損壞

尋找壞塊:

[oracle@zhoux backup]$ dbv file=/app/oracle/oradata/orcl/system01.dbf

DBVERIFY: Release 11.2.0.1.0 - Production on Thu Aug 20 17:35:46 2015

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

DBVERIFY - Verification starting : FILE = /app/oracle/oradata/orcl/system01.dbf

Page 72303 is marked corrupt

Corrupt block relative dba: 0x00411a6f (file 1, block 72303)

Bad check value found during dbv:

Data in bad block:

 type: 6 format: 2 rdba: 0x00411a6f

 last change scn: 0x0000.000bd526 seq: 0x1 flg: 0x06

 spare1: 0x0 spare2: 0x0 spare3: 0x0

 consistency value in tail: 0xd5260601

 check value in block header: 0x3388

 computed block checksum: 0x2000


使用SQL語句:

SELECT tablespace_name,segment_type,owner,segment_name FROM dba_extents WHERE file_id = 1 AND 72303 between block_id AND block_id+blocks-1;

找到錯誤的地方,根據情況處理問題.


Oracle 11g 檔案損壞處理

聯繫我們

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