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

[584 byte] By [dremer1a] at [2007-10-3 0:49:51]
# 1
I am working with hibernate - this means that before insertion of all new records they are added to a batch that saved with jdbc.
dremer1a at 2007-7-14 17:44:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
http://www.dbforums.com/showthread.php?t=894519this link describe the problem i have - but i checked oracle and my code :it only have one connection that is working from one thread - not synchronisation is involved.....
dremer1a at 2007-7-14 17:44:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...