Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert thousands of rows using Java

807580Jul 23 2010 — edited Jul 24 2010
We would like to perform the thousands of inserts (approx 80,000) into database. we would like to know the best way to perform this task in Java. we have tried using the normal JDBC calls, but after few hundreds of rows, the performance is slow. The insert process would be handled via the TimerManager's async process.

Request the expertise advice for the above mentioned scenario.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2010
Added on Jul 23 2010
20 comments
2,666 views