How to insert records in bulk with no rollback segment!
I have to insert bulk records in database using insert into table command.
I just wanna know how to write insert query with option no rollback segment.
Like insert into emp values('','','','','') .... (no rollback clause)
Regards,
Imran