Package body compilation errors
Hi all,
After running utlrp.sql, I have been left with the following invalid objects (owner: SYS Object type: PACKAGE BODY):
LT
LT_CTX_PKG
LTADM
LTDDL
LTDTRG
LTUTIL
OWM_DDL_PKG
OWM_MIG_PKG
OWM_REPUTIL
UD_TRIGS
WM_DDL_UTIL
I have tried to compile some of them individually with:
ALTER PACKAGE <pkgname> COMPILE BODY;
And I get the following error:
Warning package body altered with compilation errors.
SHOW ERRORS give me: error PL/SQL 201 Identifier WM$CONVERTDBVERSION must be declared.
Any ideas what I need to do to successfully compile the above?
Thanks in advance