0H000 Invalid SQLSTATE. Cannot load into a table that has constraints other than not null
0H000 Invalid SQLSTATE. Cannot load into a table that has constraints other than not null
The Data Vault Loader cannot load data into a table that has PRIMARY KEY or UNIQUE constraints defined on the table or its columns.
Execute one or more ALTER TABLE...DROP CONSTRAINT statements to remove the key constraints before attempting the data load again. When the load is complete, the constraints can be redefined using ALTER TABLE...ADD CONSTRAINT statements.