Hi
Thanks for the input.
Would you be able to give the steps to get the XML format of all records in a table?
I'm looking for something like... for eg., to spool the following query to a file...assumming that there is a xml function...any pointers should be helpful.
Code:
select xml(empno, empname) from emp
TIA.