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

Xbarr-Oracle
You can install Oracle Examples (Windows 32 bit) which included SH sample schema from the following OTN link:

http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html

Select Examples zip file to download:

Oracle Database 11g Release 2 Examples
Download win32_11gR2_examples.zip (565,154,740 bytes)

Xiafang
1 - 1
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
341 views