Unable To Compile SYS Object In Production Database
(Doc ID 2935562.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
The following are invalid under SYS and cannot be compiled:
SQL> select object_name,owner,object_type,status from dba_objects where object_name like 'DRILOAD';
OBJECT_NAME OWNER OBJECT_TYPE STATUS
-------------------- -------------------------------------------------------------------------------------------------------------------------------- ----------------------- -------
DRILOAD SYS PACKAGE VALID
DRILOAD SYS PACKAGE BODY INVALID <==
DRILOAD CTXSYS PACKAGE VALID
DRILOAD CTXSYS PACKAGE BODY VALID
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |