You must disable some triggers before you can perform an ALTER TABLE request that modifies or revalidates the primary index for a table.
ALTER TABLE Request Modifies or Revalidates the Primary Index with this Option | Disable these Triggers |
---|---|
WITH DELETE | All DELETE triggers on table_name. |
WITH INSERT |
|
You can re-enable the triggers after the ALTER TABLE request completes.