摘要: 普通插入方式:insert into t select * from t2;append插入方式:insert /*+append*/ into t select * from t2;Append+nologing插入方式:insert /*+append*/ into t nologging se... 阅读全文
posted @ 2015-04-09 15:58 凌度 阅读(262) 评论(0) 推荐(0) 编辑