Skip to Main Content

Oracle Database Discussions

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!

jdbc connection commit

570385Apr 2 2007 — edited Apr 4 2007
Hi,

I want to know if there is any known issue with commiting data through a jdbc connection.

I have tried to use an oci as well as thin jdbc driver.
JDK ver is 1.5 and Oracle ver. 8i. Oracle client is 9.2.

My java code runs through an eclipse 3.1 IDE. Two different users parallely run some java code and take 2 connections each to the database. We have observed sometimes that even though the jdbc commit (OracleConnectionImpl.commit) is called, the changes are not reflected in the database. Also if one of the users locks some table , even after issuing a commit , the lock does not get released.

Is there any such known problem . Or is there any usage issue.

Thanks in advance
Arti
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2007
Added on Apr 2 2007
7 comments
1,123 views