Create an XML according to an XSD in Oracle
I am currently checking if its possible to generate an xml using oracle out of tables found within the database using a pre-defined xsd file.
开发者_如何学编程What package would i need for this.
Regards
Carl
DBMS_XMLSCHEMA (among others) will be of help.
See this tutorial on how to proceed. (The main source for your solution would be in chapter 5 if I'm not mistaken.)
精彩评论