摘要: 暂停约束 select 'alter table '||table_name||' disable constraint '||constraint_name||';' from user_constraints where constraint_type='R'; 启用约束select 'alte 阅读全文
posted @ 2016-09-14 10:39 三醉 阅读(472) 评论(0) 推荐(0) 编辑