有规类吗,有的话可以用循环,没有的话,你就的写10insert了,循环块如下:
begin
   for i in 1..10 loop
   insert into scott.emp values(......);
    end loop;
    commit;
end;