> Hi all,
>
[quoted text clipped - 5 lines]
> accepts only xml data type and not xml Node type. So I wanted to
> convert this xml Node to XML data type.
An XML data type is non-standard, at least from the perspective of JDBC.
Your JDBC driver likely provides non-standard classes to represent
this type, or perhaps uses the existing DOM classes. Consult the
document of your JDBC driver.
HTH,
Ray

Signature
This signature intentionally left blank.