Oninit Logo
The Down System Specialists
+1-913-674-0360
+44-2081-337529
Partnerships Contact
Finderr

-973 Cannot insert from the violations table to the target table.

The user issued a statement that attempts to insert rows from the violations table into the target table. For example, the user enters the following statement:

INSERT INTO mytable SELECT * FROM mytable_vio

If the target table has some filtering-mode objects, this error is returned to the user. The user can recover in any of the following ways:

* Set the object mode of the filtering objects to some other mode.

* Stop the violations table.

* Insert rows from the violations table into a temporary table, and then insert rows from the temporary table into the target table.