Oracle 停止触发器

ALTER TIGGER trigger_name [DISABLE | ENABLE ];

ALTERTABLE[schema.]table_name {ENABLE|DISABLE} ALL TRIGGERS;


----example

alter table tar_station disable all triggers;

alter table tar_station enable all triggers;