LOAD TABLE statement
564
Caution
If you set the database option CONVERSION_ERROR to OFF, you may
load bad data into your table without any error being reported. If you do
not specify WITH CHECKPOINT ON, and the database needs to be
recovered, the recovery may fail as CONVERSION_ERROR is ON (the
default value) during recovery. It is recommended that you do not load
tables with CONVERSION_ERROR set to OFF and WITH
CHECKPOINT ON not specified.
$ For more information, see CONVERSION_ERROR option.
The data files are required, regardless of this option, if the database becomes
corrupt and you need to use a backup and apply the current log file.
♦
SQL/92 Vendor extension.
♦
Sybase Not applicable.
Standards and
compatibility