When applying ADOP patch, we getting below error like “APPS.WF_EVENTS+”
ORA-20002: Seed Data Table has not been prepared for patching
ORA-06512: at “APPS.WF_EVENTS+”, line 1,
ORA-04088: error during execution of trigger ‘APPS.WF_EVENTS+’
ORA-06512: at “APPS.WF_EVENT_FUNCTIONS_PKG”, line 701,
ORA-06512: at “APPS.FND_PROD_LIC_TGR”, line 10
ORA-04088: error during execution of trigger ‘APPS.FND_PROD_LIC_TGR’
Follow below steps to solve the issue.
Step 1: check invalid objects in apps user. if invalid objects are exists compile the objects manually. and rerun the patch.
incase if u getting same error again. perform step 2 below.
Step 2: Check /tmp free size. if free space is less then delete unwanted files from /tmp and re execute the patch again.
incase if u getting same error again. perform step 3 below.
Step 3: check the TEMP tablespace is auto expandable, by default in EBS installation it will not autoextend. auto extend the tablespace and re execute the patch again.
Recent Posts