MDSYS.SDO_CS invalid after applying Windows Bundle Patch 19.14.0.0.220118
(Doc ID 2866929.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.14.0.0.0 and laterOracle Spatial and Graph - Version 19.14.0.0.0 and later
Information in this document applies to any platform.
Symptoms
On : 19.14.0.0.0 version, RDBMS
MDSYS.SDO_CS became invalid after applying Windows bundle patch 19.14.0.0.220118,
and ORA-04063 error occurred in log file.
ORA-04063: package body "MDSYS.SDO_CS" has errors.
select object_name, object_type, status from dba_objects where owner='MDSYS' and object_name='SDO_CS';
OBJECT_NAME OBJECT_TYPE STATUS
--------------------------------------------------------------------------------
SDO_CS PACKAGE VALID
SDO_CS PACKAGE BODY INVALID
Followed instruction in Doc ID 2854745.1 to recompile the package but it didn't work:
SQL> alter session set current_schema=mdsys;
Session altered.
SQL> @$ORACLE_HOME/md/admin/prvtcs.plb
Session altered.
Synonym created.
Library created.
PL/SQL procedure successfully completed.
Type body created.
No errors.
Warning: Package Body created with compilation errors.
Errors for PACKAGE BODY MDSYS.SDO_CS:
LINE/COL ERROR
-------- -----------------------------------------------------------------
440/5 PL/SQL: Statement ignored
440/19 PLS-00302: component 'IS_BUMPY_CASE' must be declared
447/5 PL/SQL: Statement ignored
447/19 PLS-00302: component 'IS_BUMPY_CASE' must be declared
......
ERROR
-----------------------
PLS-00302
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 |
Cause |
Solution |
References |