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 -> Re: need help about deadlock by insert statements

Re: need help about deadlock by insert statements

From: Siew Ming Chak David <ds_at_news.netvigator.com>
Date: 20 Aug 1998 10:29:33 GMT
Message-ID: <6rgtqd$rt0$1@imsp009a.netvigator.com>


Darek, first of all, thanks for your reply.

In your explanation, there should be 2 trace files, one is related to the transaction with insert statement on table U by session A, the other is related to the transaction with update statement on table T by session B.

But (sorry I did not mentioned in my original message) in my case, both deadlock trace files are refering to an insert statement on the same table. The inserts in both traces are identical and some binding variables are used on the values clause. And there are no lock table DML executed within the transactions that causes the deadlock. In fact, it is a UNIX script that execute serveral processes in background, which in turns insert records onto a table in the database.

Do you or anyone have any further clues on why this is so? Received on Thu Aug 20 1998 - 05:29:33 CDT

Original text of this message

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