Example of Stopping the Violations and Diagnostics Tables
Assume that a target table named cust_subset has an associated
violations table named cust_subset_vio and an associated diagnostics
table named cust_subset_dia. To drop the association between
the target table and the violations and diagnostics tables, enter
the following statement:
STOP VIOLATIONS TABLE FOR cust_subset;
This deletes the row in the sysviolations system catalog table that had registered the former association. Subsequent DML operations on the target cust_subset table will no longer cause the database server to insert information about nonconforming rows into its former violations table or diagnostics table.