一、禁用约束

  alter table table_name disable novalidate constraint constraint_name

 

二、启用约束

  alter table table_name enable novalidate constraint constraint_name

相关文章: