Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Registering My XML Schema Before Using Oracle XML DB

Registering My XML Schema Before Using Oracle XML DB

From: r <t>
Date: Mon, 18 Aug 2003 13:38:10 +0200
Message-ID: <bhqdo5$jc51@doiweb4.wob.vw.vwg>


Hy- I have a problem:
I cann not a not a Registering My XML Schema Before Using Oracle XML DB.

PROCEDURE XML_TEST_ALTE IS
        doc varchar2(1000) := '
<schema

targetNamespace="C:\xml_test\xml.xsd"
xmlns:po="C:\xml_test\xml.xsd"
xmlns="C:\xml_test\XMLSchema">
</schema>';

begin
  dbms_xmlschema.registerSchema('c:\xml_test\xml.xsd', doc); end;

ORA-31011: XML-Parsing nicht erfolgreich
ORA-19202: Fehler bei XML-Verarbeitung
LPX-00240: element-start tag is not well formed
Error at line 4
aufgetreten
ORA-06512: in Zeile 7

What is not rong?

Thank you Received on Mon Aug 18 2003 - 06:38:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US