Reader small image

You're reading from  Oracle Database 11g : Underground Advice for Database Administrators

Product typeBook
Published inApr 2010
PublisherPackt
ISBN-139781849680004
Edition1st Edition
Right arrow
Author (1)
April Sims
April Sims
author image
April Sims

April Sims is currently the Database Administrator at Southern Utah University and an Oracle Certified Professional: 8i, 9i, and 10g with a master's degree in Business Administration from the University of Texas at Dallas. Involved as a volunteer with the Independent Oracle Users Group for over 7 years, April is currently a Contributing Editor for the IOUG "SELECT" Journal. April is an annual presenter at Oracle OpenWorld, IOUG COLLABORATE, and numerous regional Oracle-related conferences.
Read more about April Sims

Right arrow

Corruption detection


There are several types of database corruptions that can cause extensive data loss if due diligence is not taken to prevent it from happening in the first place:

  • Datafile block corruption—physical or logical

  • Table/index inconsistency

  • Extents inconsistencies

  • Data dictionary inconsistencies

Physical corruption

Physical corruption is most often caused by defective memory boards, power disruption, I/O controller problems, or broken sectors on a hard disk drive. A defective physical component prevents the complete write to the data block, which also includes the accompanying update to the header block. You may have block corruption, but the database will appear to operate normally because reads usually don't have an issue but writes will report the corruption error as something similar to the following:

ORA-01578:
ORACLE data block corrupted (file # string, block # string)

Don't always expect issues such as corruption to show up in an obvious way. While doing testing for this chapter...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Oracle Database 11g : Underground Advice for Database Administrators
Published in: Apr 2010Publisher: PacktISBN-13: 9781849680004

Author (1)

author image
April Sims

April Sims is currently the Database Administrator at Southern Utah University and an Oracle Certified Professional: 8i, 9i, and 10g with a master's degree in Business Administration from the University of Texas at Dallas. Involved as a volunteer with the Independent Oracle Users Group for over 7 years, April is currently a Contributing Editor for the IOUG "SELECT" Journal. April is an annual presenter at Oracle OpenWorld, IOUG COLLABORATE, and numerous regional Oracle-related conferences.
Read more about April Sims