Hi All,
I am using JAXB 1.0 along with Oracle XML DB. I have the XML Documents stored in the database in the columns of type XMLTYPE. Using XML DB APIs, I will be able to query the XMLType as CLOB or a String. Now, I would like to unmarshal/marshal based on the CLOB/String. How can I achieve this?
Please advise.
Thanks,
Ramesh