RE: Excessive "latch: row cache objects" waits with simple INSERT statement
From: Mark W. Farnham <mwf_at_rsiz.com>
Date: Wed, 7 Oct 2020 17:47:38 -0400
Message-ID: <07bb01d69cf3$79f98530$6dec8f90$_at_rsiz.com>
Date: Wed, 7 Oct 2020 17:47:38 -0400
Message-ID: <07bb01d69cf3$79f98530$6dec8f90$_at_rsiz.com>
But I just learned that those INSERTs are done using a 2-phase commit (XA Transaction). Could that be the cause these latch waits?
Jonathan Lewis schrieb am 05.10.2020 um 19:58:
> The fact that the EXEC lines show: " r=1" suggests that you are doing
> single row inserts. For array inserts I'd expect to see 'r={size of
> array}'.
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 07 2020 - 23:47:38 CEST