February 2012
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
272829  

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’,
[...]