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 ...

Get Oracle Database 11g—Underground Advice for Database Administrators now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.