Update not completing
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
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
0