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!

executeUpdate hangs

392052Apr 9 2003 — edited Jul 17 2007
I have a very hard time figuring out why the preparedStatement.executeUpdate() method hangs. My application is a web based application, and during a stress test I keep loosing some HTTP requests that never returns.

After a lot of debugging, I found that the executeUpdate method never returns, every 1 out of 500 times, approximately.

How can I find out why this is happening?

Platforms and Versions:

Windows XP Pro
Java 1.4
Personal Oracle9i Release 9.2.0.1.0
JDBC driver version: 9.2.0.1.0
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2007
Added on Apr 9 2003
12 comments
12,832 views