Oracle启动和禁用约束

一、禁用约束

  alter table table_name disable novalidate constraint constraint_name

 

二、启用约束

  alter table table_name enable novalidate constraint constraint_name

posted on 2021-04-07 09:49  数据与人文  阅读(298)  评论(0)    收藏  举报