commit is stuck
Hi,
I am working with oracle 9i - ojdbc14 driver and hibernate.
I am saving a large amount of data in chunks.
After A few chunks (depends on the stress) the thread is stuck on commit.
In oracle i see that the inserts are appears and wait for the commit.
No other session/connection is opened and the db is not locked.
Is it a know issue with that driver?
When I changed the driver it was not reproduce - but the driver i checked is very expensive for my company....
Any idea what could cause this problem?
Thanks in advance

