Rows to ignore during a load operation
The dbload -i option specifies the number of new-line characters in the input file that dbload ignores before dbload begins to process data.
This option is useful if your most recent dbload session ended prematurely.
For example, if dbload ends after it inserts 240 lines of
input, you can begin to load again at line 241 if you set number
rows ignore to 240
.
The -i option is also useful if header information in the input file precedes the data records.