Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Upgrade failing on windows from 10g to 11.2.0.4

AmanDec 9 2013 — edited Dec 17 2013

Hi ,

catupgrd.sql script is failing with below error at the end.


begin

*

ERROR at line 1:

ORA-04045: errors during recompilation/revalidation of SYS.DBMS_STATS

ORA-21700: object does not exist or is marked for delete

ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_STATS"

ORA-06512: at line 2

while investigating further i got below errors

SQL> alter package DBMS_STATS compile body;
alter package DBMS_STATS compile body
*
ERROR at line 1:
ORA-04045: errors during recompilation/revalidation of SYS.DBMS_STATS_INTERNAL
ORA-21700: object does not exist or is marked for delete


SQL> alter package DBMS_STATS_INTERNAL compile ;
alter package DBMS_STATS_INTERNAL compile
*
ERROR at line 1:
ORA-21700: object does not exist or is marked for delete


Please suggest on this.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2014
Added on Dec 9 2013
2 comments
2,133 views