>How could "DBMS_REPAIR" and/or "DBVERIFY" be used to validate >and fix any corruption we might have.
These two utilities don't fix problems!
Give a look to Metalink note 28814.1. It's a good starting point...
Good luck,
Chris
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.39"> <TITLE>RE: v$backup_corruption - FRACTURED vs. LOGICAL & Solutions</TITLE> </HEAD> <BODY> <!-- Converted from text/plain format --> <BR>
<P><FONT SIZE=2>Chris,<BR> <BR> Thanks for the reply,<BR> the ORA- errors references,<BR> the (surprising) "DBMS_REPAIR" and/or "DBVERIFY" comments, <BR> and Metalink note 28814.1 reference.<BR> <BR> I thought DBMS_REPAIR fixed Logical Corruption...but I have not experience with it.<BR> <BR> Chris Marquez<BR> Oracle DBA<BR> <BR> <BR> <BR> -- --Original Message-- --<BR> From: Christian Antognini [<A HREF="mailto:Christian.Antognini@(protected)" >mailto:Christian.Antognini@(protected)</A>]<BR> Sent: Wed 8/10/2005 5:51 PM<BR> To: Marquez, Chris<BR> Cc: oracle-l@(protected)<BR> Subject: RE: v$backup_corruption - FRACTURED vs. LOGICAL & Solutions<BR> <BR> Hi Chris<BR> <BR> <BR> <BR> >What is the meanings for "FRACTURED" & "LOGICAL" values<BR> >in the CORRUPTION_TYPE column of the v$backup_corruption view.<BR> <BR> <BR> <BR> FRACTURED ==> physical corruption<BR> <BR> <BR> <BR> Oracle is not able to read or write a block; if the block can be read, its content makes no sense.<BR> <BR> Usually due to hardware failures.<BR> <BR> Typical symptoms:<BR> - ORA-00600 (See ORA-00600.ora-code.com): internal error code<BR> - ORA-01578 (See ORA-01578.ora-code.com): ORACLE data block corrupted<BR> <BR> <BR> <BR> LOGICAL ==> logical corruption<BR> <BR> <BR> <BR> Inconsistency within the data.<BR> <BR> Usually due to Oracle bugs.<BR> <BR> Typical symptoms:<BR> - ORA-00600 (See ORA-00600.ora-code.com): internal error code<BR> - ORA-01498 (See ORA-01498.ora-code.com): block check failure<BR> - ORA-01499 (See ORA-01499.ora-code.com): table/index cross reference failure<BR> <BR> <BR> <BR> >How could "DBMS_REPAIR" and/or "DBVERIFY" be used to validate<BR> >and fix any corruption we might have.<BR> <BR> <BR> <BR> These two utilities don't fix problems!<BR> <BR> <BR> <BR> <BR> <BR> Give a look to Metalink note 28814.1. It's a good starting point...<BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> Good luck,<BR> <BR> Chris<BR> <BR> <BR> </FONT> </P>