Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle to XML Conversion
Hari Om wrote:
> I am using Oracle 9.2.0.4 on IBM AIX 5.1L.
> I have a instance named "GATES" which has around 100 tables.
>
> I would like to extract some data from these tables and make an XML
> file out of it. I then have to UPLOAD this XML File to other
> Applicaiton.(this other application is designed to accept only XML
> File formats)
>
> My question is what is the best possible way to move data from
> Relational Tables to and XML File? Any related information on this is
> appreciated.
>
> THANKS!
One option is to use the built in XML support. Take a look at
DBMS_XLMGEN. The GETXML function will accept a reference cursor or
query and return the XML as a CLOB.
-- Richard KuhlerReceived on Mon Feb 02 2004 - 15:20:01 CST
![]() |
![]() |