Oracle Error Message
OCI-30938: No prefix defined for namespace ‘string’ (particle string)
Reason for the Error
An XML namespace mapping (xmlns:
Solution
Add an xmlns attribute definition (attribute name=”xmlns:prefix” and value=”namespace URL”) to the current XMLType document. The safest place to add this attribute is in the root node of the document to ensure that the mapping will be in scope.