Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Schema and Element do not match

404911Oct 7 2003 — edited Oct 15 2003
when 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2003
Added on Oct 7 2003
13 comments
361 views