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