After you execute the STOP VIOLATIONS TABLE statement in the preceding example, the cust_subset_vio and (for Dynamic Server) the cust_subset_dia tables continue to exist, but they are no longer associated with the cust_subset table. Instead they now have the status of regular database tables. To drop these two tables, enter the following statements:
DROP TABLE cust_subset_vio; DROP TABLE cust_subset_dia;
To stop a violations table (and for Dynamic Server, a diagnostics table) for a given target table, you must meet one of the following requirements:
Related statements: SET Database Object Mode and START VIOLATIONS TABLE
For a discussion of database object modes and violation detection, see the IBM Informix Guide to SQL: Tutorial.