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!

Getting JDBC to run faster

843854Jun 16 2003 — edited Jun 17 2003
Hi, I was just wondering. I have this application that used ODBC with JDBC and that manage a SQL table (add,modify,delete..blablabla). Everytime I do an update to my database, either save or add, it seem to take a long time to do it. I tracked it down and it seem that it slow down when you do InsertRow or UpdateRow.
Is that normal? Is there ways to improve speed? I don't have many field in my tables (9 for this one)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2003
Added on Jun 16 2003
6 comments
272 views