Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: puzzling deadlock
"Brian Peasland" <dba_at_remove_spam.peasland.com> wrote in message
news:3F730CF2.50877C6A_at_remove_spam.peasland.com...
> You'll have to look more closely at the application's code. It is
> impossible for two concurrent sessions to issue just one DML statement
> and cause a deadlock. There have to be other DML statements involved. So
> you'll have to look at all the DML statements to figure out what is
> getting locked by concurrent sessions leading to a deadlock condition.
Hi!
I don't have the time to test it now, but if two update statements with different execution path fire, they could cause a deadlock, when one update is done using FTS and another one using an index for example:
Tanel. Received on Sun Sep 28 2003 - 20:57:06 CDT
![]() |
![]() |