SQL Performance (MOSC)

MOSC Banner

ENQ : TX ROW LOCK CONTENTION

edited Mar 2, 2017 12:00AM in SQL Performance (MOSC) 4 commentsAnswered

Hi,

I have a two node RAC running Exadata. Our ETL datastage is issuing the following update statement with four simultaneous sessions (possibly spawned at the same time)

and getting locked forever. No trace files for a deadlock. I can understand tx row lock contention in certain cases. But this update is purely based on the primary key

UPDATE SF_SERVICE_STG_TEMP.SERVICE_ACCOUNT_CDC

      SET RLSHIP_FRST_NAM = :RLSHIP_FRST_NAM,

          EMAIL = :EMAIL,

          CDC_STAT_CDE = :CDC_STAT_CDE,

          ETL_UPDATE_CYCLE_ID = :ETL_UPDATE_CYCLE_ID,

          ETL_UPDATE_DTE = :ETL_UPDATE_DTE,

          MID_GROUP = :MID_GROUP,

          MID = :MID,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center