Skip to Main Content

Java Database Connectivity (JDBC)

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!

mass inserts: index valuable?

416044Mar 16 2006 — edited Mar 17 2006
We import hundreds of megabytes of data from XMl files via JDBC (ORACLE driver). As wehardly see any CPU usage (about 2-5%), the main time goes to the database access. We already optimized code by using prepared statements (that are CallableStatements because each record need to be inserted via a procedure call instead of a INSERT statement) that are reused for each record (type). I wonder what additional improvement can be done to speed up the procedure calls.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2006
Added on Mar 16 2006
4 comments
90 views