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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.)