begin
for i in 1 .. 10000
loop
insert into tcustmer values ( i, 'xixixi','hahaha','aa' );
end loop;
commit;
end;