declare
maxrecords constant int:=
i int :=
begin
for i in
insert into test (column
end loop;
commit;
end;
From:http://tw.wingwit.com/Article/program/Oracle/201311/16751.html
declare
maxrecords constant int:=
i int :=
begin
for i in
insert into test (column
end loop;
commit;
end;