![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: oracle, xml, xsl, sax, dom, parser, stay current
Hi, I am trying to use the DBMS_XMLSTORE example in Oracle doc. The insertXML and updateXML work fine. The deleteXML is not generating any error, but does not delete anything. The block source is: SQL> CREATE OR REPLACE PROCEDURE testDelete IS 2 delCtx DBMS_XMLStore.ctxType; 3 rows NUMBER; 4 xmldoc CLOB := 5 ' 6 7 678942323 8 9 1 … Continue Reading »