INSERT_MODE

Restriction: This topic applies to Windows environments only.

Specifies use of the NORMAL, ENGINE DIRECT WRITE. The syntax is:

INSERT_MODE = { NORMAL | EDR};

where NORMAL (default) indicates regular import mode and EDR indicates ENGINE DIRECT WRITE import.

The ENGINE DIRECT WRITE import option bypasses all referential integrity and data checking features normally imposed by the XDB Server.

INSERT_MODE is an optional Batch Import command.

For example:

INSERT_MODE = EDR;

causes data to be imported using Engine Direct Write insert mode.