Schema and Element do not match
404911Oct 7 2003 — edited Oct 15 2003when using an example po.xsd and th PurchaseOrder.xml from oracle's tutorial I was getting this error. First Mark suggested that I include elementFormDefault="qualified" as one of the schema attributes, that did not fix the issue.
Then, it was suggested to use oracle db 9.2.0.3 or later to elliminate this issue. I switched to oracle 9.2.0.3 and when registering the .xsd I get the following error:
ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [],
[], [], []
ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 80
ORA-06512: at line 1
Also I tried deleting an xsd that does not exist and istead of getting an error that the xsd is not registered once again I got :
ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [],
[], [], []
ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 80
ORA-06512: at line 1
please advice