After Database Upgrade from 10.2.0.3 To 10.2.0.5 Getting Error Ora-31043
(Doc ID 1299328.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5 to 11.2.0.2 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud 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
Information in this document applies to any platform.
Symptoms
After upgrading the database from 10.2.0.3 to 10.2.0.5, all xml registered schema's are VALID. However, when trying to use xml schema's in a program getting error:
ORA-31043: Element 'GetRequest' not globally defined in schema 'Test_v01_00.xsd'
Even registering the schema globally using SYSTEM user id. ( dbms_xmlschema.registerSchema(l_name, doc, FALSE, TRUE, FALSE, TRUE);
But still problem is not resolved.
Failure occurs on the following line of code:
xmltype.createschemabasedxml('GetRequest.xsd');
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 |