IGNORE_DUPS
Syntax
SET IGNORE_DUPS; IMPORT {record | *};
Description
Ignores duplicate-row error messages from the database. The IMPORT process continues despite any duplicate-rows errors in the output window and log file. When IGNORE_DUPS is set, bulk loading, the ability to load more than one row at a time, is turned off. By default, bulk loading is on and inserts up to 100 rows into a table at a time. Because turning off bulk loading slows performance, you should use this feature only when required.
Note:
SET IGNORE_DUPS is only valid in bootstrap mode.
Parameters
IMPORT