July 2010
M T W T F S S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

table data block corruption simulation

1. corrupt the data file corresponding to the table For this purpose, a dd command is generate from the Oracle views.

set heading off
set lines 113
SELECT ‘dd of=’ || f.file_name || ‘ bs=8192 conv=notrunc seek=’ ||
to_number(S.HEADER_BLOCK + 1) || ‘ << EOF’,
[...]