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 -> XML RegisterURI syntax question

XML RegisterURI syntax question

From: Gerald Rosenberg <No_at_address.net>
Date: 29 Feb 2004 16:14:26 EST
Message-ID: <MPG.1aabf6245f25a5b0989720@news.concentric.net>

Cannot seem to fathom the correct syntax for the DBMS_XMLSCHEMA.registerURI function. Specifically, I am trying to register a schema that simply exists on local storage.

BEGIN
DBMS_XMLSCHEMA.registerURI('www.acertiv.com/xdbdoc/testgbr.xsd', 'File://D:/DevFiles/XMLSchemas/TestGbr1.xsd'); END;
/

Gives:

BEGIN
*
ERROR at line 1:

ORA-31001: Invalid resource handle or path name
"File://D:/DevFiles/XMLSchemas/TestGbr1.xsd"
ORA-06512: at "SYS.XDBURITYPE", line 45
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 163
ORA-06512: at line 2

Thanks,
Gerald Received on Sun Feb 29 2004 - 15:14:26 CST

Original text of this message

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