Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UTL_RECOMP invalid

Status
Not open for further replies.

smacattack

Technical User
Jun 25, 2001
102
0
0
GB
package UTL_RECOMP is in a invalid state and will not recompile.
How can i get this back to a valid state.
Where can i get the package recreated from ?

thanks
 
Do:

select * from sys.dba_errors where name = 'UTL_RECOMP'

This will give you some idea what is causing it to fail. Scripts for these sort of packages are part of the standard Oracle installation. I think they're in something like $ORACLE_HOME/rdbms/admin (or windows equivalent).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top