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

Home -> Community -> Usenet -> c.d.o.server -> XML problem

XML problem

From: Miro <ktototo_at_gmail.com>
Date: 11 Nov 2005 13:02:47 -0800
Message-ID: <1131740999.788900.313210@g49g2000cwa.googlegroups.com>


We have an XML file that specifies a DTD and Oracle fails to parse the XML if it can't find the DTD: -31001 ORA-31001: Invalid resource handle or path name "/../blah.dtd". How do we tell Oracle to not validate the XML with the DTD?
We allready tried disabling validation by DBMS_XMLPARSER.setvalidationmode (v_parser, FALSE); - no luck. Please help. Received on Fri Nov 11 2005 - 15:02:47 CST

Original text of this message

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