摘要: 1.查询所有表的外键的:select table_name, constraint_name from user_constraints where constraint_type = 'R'; 2.禁用所有外键约束, 使用下面的sql生成对应sql脚本:select... 阅读全文
posted @ 2014-11-06 01:29 明月镇魂 阅读(216) 评论(0) 推荐(0) 编辑