Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Q: Commit hangs when multiple Select 4 Updates taking place?

Q: Commit hangs when multiple Select 4 Updates taking place?

From: K. Yancy <kyancy1_at_midsouth.rr.com>
Date: 4 Oct 2002 14:49:02 -0700
Message-ID: <941c889c.0210041349.941bc69@posting.google.com>


Hi

We have a situation with Oracle 8i where when multiple users are updating the same table using FOR UPDATE. They are using a Java application that is accessing the DB using the thin JDBC driver.

Often one of these users COMMIT request will hang forever and all other users have to wait. The COMMIT will never timeout and the zombie DB connection will stay up until eventually Oracle will time it out and return it to pool.

Has anyone ever seen a case where a COMMIT will just hang like that without returning an error or anything? I suspect that all the .... FOR UPDATEs have something to do with but I am in no way an Oracle expert.

Thanx in advance for any suggestions

kevin Received on Fri Oct 04 2002 - 16:49:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US