Hi All, I want to know which one of these algorithm would be the most optimized solution to insert large number of records and Why:
1. Preparing an Insert query once and executing it with place holders for the entire set of records 2. Executing Oracle's sqlldr command and uploading the same set of records Cheers, Parag