<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <ShipmentTrackingResponse xmlns="http://…
plsql xml-parsing extract-valueI am trying to extract xml from the xmltype doc. DECLARE xmlData XMLType; sDocumentId VARCHAR2(100); sFormat VARCHAR2(100); cData CLOB; BEGIN …
oracle plsql xmltype extract-valueI am trying to extract the value of a tag with a name space in Oracle 10g. My query is …
xml oracle plsql extract extract-value