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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

extract table to xml file

Status
Not open for further replies.

russland

Programmer
Jan 9, 2003
315
CH
hi, i'd like to extracte a table and a few of it columns/attributes to a xml file.

any clue on how to use DBMS_XMLQUERY properly to do so?
thanks

 
Ive never heard of that dbms_xmlquery, but since the xml file is just a text document, you could very easily build the text file with text_io/utl_file, or even spooling the xml text with your sql statement. Ive done that for a couple of projects, but I dont deal with XML, other than to product files for other people's applications..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top