Login  Register

Re: Rup 12.2.10 failed

Posted by ErmanArslansOracleBlog on Dec 06, 2022; 6:38am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Rup-12-2-10-failed-tp11334p11339.html

Interesting.. Running utlrp may be a good idea in this situation.. But let's check those reported objects, if they are not valid, compile them and try to make them valid.
Then, restart the workers and lets see.

Example check:

With APPS user & Sqlplus->
select owner, object_name, object_type, status from dba_objects where object_name='WF_CORE';

With APPS user;

alter package APPS.WF_CORE compile;
alter package APPS.WF_CORE compile body;