I am in the middle of a upgrade to 10.2.0.1 and the catupgrd.sql is failing when it gets to
Cmpdbmig.sql part..
It errors out on the following stmt..
cmpdbmig.sql and within that almost at the very beginning it does.. SELECT dbms_registry_sys.dbupg_script('JAVAVM') AS dbmig_name FROM DUAL; and errors out saying ORA-04063 (See ORA-04063.ora-code.com): package body "SYS.DBMS_REGISTRY_SYS" has errors
I have already tried to run the utlrp.sql but that failed as well.. With
SELECT dbms_registry_sys.time_stamp('utlrp_bgn') as timestamp from dual;