Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: UPDATE fails- deadlock? -- simultaneous access to DB
Padmashali,
Although it is possible to get deadlocks in Oracle, as in any database, the application should be designed to handle this condition, and either retry after a random time or fail the transaction and log it to a tech error queue of some type. And yes access order of the tables might cause this issue.
Jim Received on Thu May 22 2003 - 12:24:37 CDT
![]() |
![]() |