Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Starting with XML Generation
Charlotte
> I'm looking for a "getting started" tip on an XML
> project. I'd like to publish some XML documents from
> a relational schema (this is a reasonably complex
> mapping, not one-table = one-document). I'm new to
> Oracle's XML offering and from my reading so far there
> seems to be a lot of overlapping tools and facilities
> (or possibly just lots of different names for the same
> things?!) I've come across XDB, XDK, SQL built-ins
> like PATH and XML* functions and also various
> DBMS_XML* packages.
It would be necessary to know if you want to accomplish this inside or outside the database. If it is inside the database there are, IMHO, 3 main possibilities (I exclude XDK...).
Which method you should use? IMHO working with object types it's the much simpler way. Anyway simplicity is not the only requirements... If I where you I would compare the 3 possibilities, in fact CPU and PGA utilization can be very different for each of them. The choice also depends on the Oracle release you are using.
HTH
Chris
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 24 2006 - 09:27:38 CDT
![]() |
![]() |