RDF Graph Users Get ORA-4067 in Oracle Database release 23.4.0.0.0
(Doc ID 3030523.1)
Last updated on JUNE 26, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 23.4 to 23.4 [Release 23]Information in this document applies to any platform.
Symptoms
Users on database version 23.4 will see the following error when they try to create an RDF graph network (described in Section 1.3.1 of the documentation).
For example:
SQL> exec sem_apis.create_sem_network('<tablespaceName>',null,'<networkOwner>','<networkName>');
BEGIN sem_apis.create_sem_network('<tablespaceName>',null,'<networkOwner>','<networkName>'); END;
*
ERROR at line 1:
ORA-13199: Error during RDF Network creation: step_num=2.2
ORA-04067: not executed, package body "SYS.SDO_RDF_SYS" does not exist
ORA-06508: PL/SQL: could not find program unit being called: "SYS.SDO_RDF_SYS"
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 |