Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> INSERT millions_of_rows, how to COMMIT every 10,000 rows ?
Hi All,
I want to insert millions of rows from old table into new table. (different in structure, so that I have manipulate in the query)
INSERT INTO [new table] SELECT ... FROM [old table]
How can I do COMMIT for every 10,000 rows ?
Thank you for your help,
Krist
Received on Sun Mar 27 2005 - 07:43:53 CST
![]() |
![]() |