Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query -> xml

Status
Not open for further replies.

VasaCheh

Technical User
Feb 19, 2003
8
US
How do you quickly make all a table records in XML format? Does someone know how to do the XML for an oracle query?

Thanx!

P.S. I dont like XSU...
 
Try XMLGEN package:

select xmlgen.GetXML('select * from emp') from dual

returns CLOB, containing EMP data in XML.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top