Catupgrd.sql Gives ORA-4043 Error On XDB_DATASTORE_PROC
(Doc ID 360907.1)
Last updated on FEBRUARY 01, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.4 to 11.2.0.2.0 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Running catupgrd.sql to upgrade the DB to 10.2.0.X, 11.1.0.X or 11.2.0.X shows the following error:
alter procedure xdb.XDB_DATASTORE_PROC compile
*
ERROR at line 1:
ORA-04043: object XDB_DATASTORE_PROC does not exist
The DBA_REGISTRY shows the following:
select comp_name, status, version from dba_registry;
COMP_NAME STATUS VERSION
----------------------------------- ----------- ---------------
Oracle interMedia VALID 10.2.0.2.0
Oracle XML Database VALID 10.2.0.2.0
Oracle Expression Filter VALID 10.2.0.2.0
Oracle Rule Manager VALID 10.2.0.2.0
Oracle Workspace Manager VALID 10.2.0.1.0
Oracle Database Catalog Views VALID 10.2.0.2.0
Oracle Database Packages and Types VALID 10.2.0.2.0
JServer JAVA Virtual Machine VALID 10.2.0.2.0
Oracle XDK VALID 10.2.0.2.0
Oracle Database Java Packages VALID 10.2.0.2.0
Oracle Real Application Clusters VALID 10.2.0.2.0
Changes
Upgrading the DB to 10.2.0.X or 11.1.0.X
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 |
References |