提升插入大量數據效率

一、設置表nologging
二、使用/*+append*/
三、手動分配區app

alter table t1 allocate extent;日誌

alter table t1 allocate extent(datafile 'D:\ORACLE\ORADATA\O10\USERS01.DBF‘ size 9k);table

四、關掉歸檔
五、增長redo日誌
 file