Ok, this is not earth shattering, but perhaps google might find this blog for someone in need of a quick and dirty method for generating a bunch of “dummy” rows in oracle without heading into the land of PL/SQL.
Use the table ALL_SOURCE, which always has several hundred thousand rows (just checked one DB and it has 435608).
insert into dummy_table (key, value)
select rownum, type from all_source where rownum