(Revised) Question about deadlocks
From: Matt McPeak <mcpeakm_at_tempus-consulting-group.com>
Date: Thu, 8 Jul 2021 20:13:20 +0000 (UTC)
Message-ID: <1999886317.1421838.1625775200173_at_mail.yahoo.com>
Date: Thu, 8 Jul 2021 20:13:20 +0000 (UTC)
Message-ID: <1999886317.1421838.1625775200173_at_mail.yahoo.com>
(small but important typo corrected from original question)
Oracle experts,
I (think) I understand how application design problems can lead to deadlocks. E.g.,
USER1: UPDATE TABLE_A SET COLUMN_A = 'X' WHERE ID = 101; (deadlocks)
To avoid this, user1 and user2 should have done their updates in the same order.
Something I never thought about before is this scenario:
Matt
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jul 08 2021 - 22:13:20 CEST