Oracle启动和禁用约束

一、禁用约束

  alter table table_name disable novalidate constraint constraint_name

二、启用约束

  alter table table_name enable novalidate constraint constraint_name

原文地址:https://www.cnblogs.com/shujuyr/p/14626405.html