Home > database >  Rman backup data error, advice on how to repair, can normal execution rman
Rman backup data error, advice on how to repair, can normal execution rman

Time:09-24

Starting backup at 25 MAR - 18
Using channel ORA_DISK_1
The channel ORA_DISK_1: starting full datafile backup set
The channel ORA_DISK_1: specifying the datafile (s) in backup set
Input datafile file number=name=00001/u01/app/oracle/oradata/db12c/system01. DBF
Input datafile file number=name=00003/u01/app/oracle/oradata/db12c/sysaux01. DBF
Input datafile file number=name=00004/u01/app/oracle/oradata/db12c/undotbs01. DBF
Input datafile file number=name=00007/u01/app/oracle/oradata/db12c/users01. DBF
Channel ORA_DISK_1: starting piece 1 at 25 - MAR - 18
RMAN - 00571:===========================================================
RMAN - 00569:===============ERROR MESSAGE STACK FOLLOWS===============
RMAN - 00571:===========================================================
RMAN - 03002: failure of backup plus archivelog command at 03/25/2018 20:51:04
ORA - 19566: exceeded the limit of 10 corrupt blocks for file/u01/app/oracle/oradata/db12c/sysaux01. DBF
-
Find reasons: to perform: DBV file=/u01/app/oracle/oradata/db12c/sysaux01. DBF
Found a corrupt file 3 block, but the query SELECT segment_type, owner, segment_name
The FROM dba_extents
WHERE file_id=3
And 69120 between block_id and block_id + blocks - 1; Are no row
.
Page 69117 is marked corrupt
Corrupt block relative dba: 0 x00c10dfd (file 3, block 69117)
Completely zero block found during DBV:

Page 69118 is marked corrupt
Corrupt block relative dba: 0 x00c10dfe (file 3, block 69118)
Completely zero block found during DBV:

Page 69119 is marked corrupt
Corrupt block relative dba: 0 x00c10dff (file 3, block 69119)
Completely zero block found during DBV:

Page 69120 is marked corrupt
Corrupt block relative dba: 0 x00c10e00 (file 3, block 69120)
Completely zero block found during DBV:

CodePudding user response:

Refer to the http://ju.outofmemory.cn/entry/173511
  • Related