SQL Performance (MOSC)

MOSC Banner

Update not completing

edited Jun 14, 2013 5:04AM in SQL Performance (MOSC) 4 commentsAnswered
Hi,
Below update is not completing when I execute and runs endlessly, I have gethered stats against the tables, doesn't make any difference. Any advice/suggestions?


UPDATE NRM_VACANCY_TIMELINE vss SET VAC_OPEN_END_DATE = (SELECT min(APP.EMPLOYMENT_START_DATE)
FROM MV_APPLICATION App WHERE vss.VACANCY_ID = App.VAC_REF);

 I have indexes on both VACANCY_ID and VAC_REF

Regards
rajeev

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