An invalid checksum is detected on a redo log group member. What happens to archiving when this error is detected?
An attempt is made to archive another redo log member. If the initialization parameter LOG_BLOCK_CHECKSUM is set to TRUE, each block in a redo log file is given a checksum before a write is performed. A checksum is used to detect block corruption before a block is read. If a corrupt block is detected in a member of a redo log group, the server will attempt to read from another member of the group. If the entire group is invalid, the group cannot be archived.