jdbc connection commit
570385Apr 2 2007 — edited Apr 4 2007Hi,
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