Error while compiling SYS.DBMS_SQLTUNE_INTERNAL
I have copied an oracle database from one server on to another having same oracle version 11.2.0.1.0. Database is up and running on the destination server. However, The destination database has lots of invalid objects in all schemas.
When I try to complie SYS.DBMS_SQLTUNE_INTERNAL package using sysdba, i am getting following error.
Error(1): PLS-00753: malformed or corrupted wrapped unit.
Please help me on how to fix and complie this package successfully.
0