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;
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;
下一篇:失落的技术
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M