ORA-00600: internal error code, arguments: [12803 while upgrading from 12.1.0.2 To 19.8
(Doc ID 2698213.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.8.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
While upgrading from 12.1.0.2 to 19c, the upgrade fails with the following error
ORA-00600: internal error code, arguments: [12803], [], [], [], [], [], [], [], [], [], [], []
The trace file produced from the ORA-600 will show the following sql statement and call stack
----- Current SQL Statement for this session (sql_id=ddkjg8n7m9x5j) -----
declare
c number;
schema_exists EXCEPTION;
PRAGMA EXCEPTION_INIT(schema_exists,-31085);
XINCLUDEXSD BFILE := dbms_metadata_hack.get_bfile('xinclude.xsd.12.1');
CSX_XINCLUDEURL VARCHAR2(2000) := 'http://www.w3.org/2001/csx.XInclude.xsd';
begin
select count(*) into c
from resource_view
where equals_path(RES, '/sys/schemas/PUBLIC/www.w3.org/2001/csx.XInclude.xsd')=1;
dbms_metadata_hack.cre_dir();
if c = 0 then
xdb.dbms_xmlschema.registerSchema(CSX_XINCLUDEURL, XINCLUDEXSD, FALSE, FALSE, FALSE, FALSE, FALSE, 'XDB', options=>DBMS_XMLSCHEMA.REGISTER_BINARYXML);
end if;
exception
when schema_exists then
NULL;
end;
[TOC00004]
----- PL/SQL Stack -----
----- PL/SQL Call Stack -----
object line object
handle number name
70001004a58cf88 37 package XDB.DBMS_XMLSCHEMA_INT.REGISTERSCHEMA
70001004e6373f8 65 package body XDB.DBMS_XMLSCHEMA.REGISTERSCHEMA
70001004e6373f8 136 package body XDB.DBMS_XMLSCHEMA.REGISTERSCHEMA
Changes
Upgrading from 12.1.0.2 to 19c, upgrade fails with ORA-600 error
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 |