Oracle启动和禁用约束
一、禁用约束
alter table table_name disable novalidate constraint constraint_name
二、启用约束
alter table table_name enable novalidate constraint constraint_name
聚焦技术和人文,分享干货,共同成长。
一、禁用约束
alter table table_name disable novalidate constraint constraint_name
二、启用约束
alter table table_name enable novalidate constraint constraint_name