QUESTION POSED ON: 30 December 2008 How do I rebuild an Oracle built-in package body? (ex: DBMS_IJOB,DBMS_IREFRESH..) Somehow I lost my DBMS_IJOB package body, and with this I was not able to take full export(FULL=Y).
>
As with any package or procedure, you can try to recompile the object:
ALTER PACKAGE pkg_name RECOMPILE;
If that does not fix the problem, then try the following in SQL*Plus:
connect / as sysdba
@?/rdbms/admin/catalog.sql
@?/rdbms/admin/catproc.sql
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.