Performance - EBS (MOSC)

MOSC Banner

SYS update query causing Concurrency Waits

we noticed high of Concurrency Waits coming from below sys session, is this normal? why it is so high? anything should be done?


query:

UPDATE sys.job$

SET failures =0 ,

this_date =NULL ,

flag =:1 ,

last_date =:2 ,

next_date = greatest(:3, sysdate),

total =total+(sysdate-NVL(this_date,sysdate))

WHERE job =:4

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

EBS Performance Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center