Unable to recompile invalid package bodies after data pump import
Hi all,
I performed a full data pump import into an Oracle 10g (10.1.0.5) database running on Solaris 9
and the import ran fine. After I ran utlrp.sql script to recompile any invalid objects, I checked the dba_objects for invalid objects after the data pump import. I found 28 invalid objects of which the majority were package body objects that appear as invalid. The problem I have is that when I run the command
"ALTER PACKAGE package_name COMPILE BODY;" I receive error messages and the package body fails to recompile either as SYS or the schema owner. Any suggestions on how to get these packages to recompile?