sql> begin for i in 1..10000 loop insert into t1 values (i); end loop; commit; end;
搞测试的吧,需要那么多数据文件么?renfengjun1986的思路没问题,文件名那里要改成变量。