Hi,
How to find out what is the optimal number of rows to insert into a table before doing a Commit so as to NOT have any rollback segment error?
We are doing Insert into a table by selecting from another table. Cannot have commit after every row insert. Also if we do commit after the full records have been inserted into new table then we will be having rollback segment error.

Gunjan
How to find out what is the optimal number of rows to insert into a table before doing a Commit so as to NOT have any rollback segment error?
We are doing Insert into a table by selecting from another table. Cannot have commit after every row insert. Also if we do commit after the full records have been inserted into new table then we will be having rollback segment error.
Gunjan