Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to check archived log files ?
Hi there,
I remember from Oracle 7.2 onwards the DB_BLOCK_CHECKSUM can be set to true. You can enable logfile block checksumming. Enabling log block checksumming will force Oracle to compute a checksum and place it in the header of each redo block. When the block is read by ARCH processs, the checksum is checked. Archiving process will stop if there is checksum error due to corrupted redo block.
Allan W. Tham
DBA
Received on Thu Oct 04 2001 - 23:41:17 CDT
![]() |
![]() |