Converting a Table in Oracle Database into an XML file
Posted
by Geethapriya.VC
on Stack Overflow
See other posts from Stack Overflow
or by Geethapriya.VC
Published on 2010-04-12T13:21:36Z
Indexed on
2010/04/12
13:23 UTC
Read the original article
Hit count: 354
Hi,
I need to create XML file, given a table/view in the Database. The actual requirement would be: The code has to get the table/view name as input parameter, read the schema of the same, create a corresponding XML file with the same structure as that of the table/view, and load the XML with the data of the table/view. Language preferred here is JSP. Kindly let me know how to go about this idea.
Thanks in advance, Geetha
© Stack Overflow or respective owner