My Oracle Support Banner

Upgrading to 11g with xdb Faills with Ora-600 [qmx: no ref] (Doc ID 1256924.1)

Last updated on JUNE 21, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1 [Release 10.2 to 11.2]
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata 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


Upgrade to 11.1. or 11.2 fails with following ora-00600

ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], [], []
Errors in file /obase/diag/rdbms/<sid>/<sid>/trace/<sid>_ora_5157044_i153.trc:


These error occurs while registering 11g XML schemas.
In trace file you can see the following statement.

declare
ACLXSD BFILE := dbms_metadata_hack.get_bfile('acl.xsd.11.2');
ACLURL VARCHAR2(2000) := 'http://xmlns.oracle.com/xdb/acl.xsd';
begin
xdb.dbms_xmlschema.registerSchema(ACLURL, ACLXSD, FALSE, FALSE, FALSE, TRUE,
FALSE, 'XDB',
options => DBMS_XMLSCHEMA.REGISTER_BINARYXML);
end;

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.