ORA-19566: Exceeded limit of 0 corrupt blocks for file

Error:

ORA-19566: Exceeded limit of 0 corrupt blocks for file:                       
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on t3 channel at Mon Oct 10 09:23:20 2022
ORA-19566: exceeded limit of 0 corrupt blocks for file /apps121/db/apps_st/data/system09.dbf

Solution:-

SQL> select * from V$DATABASE_BLOCK_CORRUPTION;


     FILE#     BLOCK#   BLOCKS CORRUPTION_CHANGE# CORRUPTIO   CON_ID

---------- ---------- ---------- ------------------ --------- ----------

       352     165656        1   0 CORRUPT        0


rman target /

RMAN> blockrecover datafile 352 block 165656;


Check block corruption

[oracle@oracle funebs122]$ dbv file=/apps121/db/apps_st/data/system09.dbf

DBVERIFY: Release 12.1.0.2.0 – Production on Mon Oct 10 09:23:20 2022

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

DBVERIFY – Verification starting : FILE = /apps121/db/apps_st/data/system09.dbf

DBVERIFY – Verification complete

Total Pages Examined         : 101120
Total Pages Processed (Data) : 64789
Total Pages Failing   (Data) : 0
Total Pages Processed (Index): 13790
Total Pages Failing   (Index): 0
Total Pages Processed (Other): 8426
Total Pages Processed (Seg)  : 1
Total Pages Failing   (Seg)  : 0
Total Pages Empty            : 14115
Total Pages Marked Corrupt   : 0
Total Pages Influx           : 0
Total Pages Encrypted        : 0
Highest block SCN            : 6143140 (0.6143140)







If you like please follow and comment