Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: question regarding xml

Re: question regarding xml

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Fri, 1 Aug 2003 14:13:29 +0100
Message-ID: <3f2a6779$0$15040$ed9e5944@reading.news.pipex.net>


"steverourke" <steve750813_at_yahoo.com> wrote in message news:ae45506e.0307311904.4c52e88_at_posting.google.com...
> sorry you guys
> i am very newbie on oracle dbms; i know nothing but some sql
> techniques as far as database. i have a question redarding xml
> theoretically, it should be possible that whatever i put into database
> can be converted to xml, then that xml can be transfered via internet
> to the other part that want to have data - i do know wheter it is
> possible or not.
> am i imagining too much?
> if possible, what would be a way to do so, what techniques?
> thank you

It depends :(

Approaches seem to fall into.

Store data in db, write access layer in programming language (eg java), parse and pass xml around outside Oracle. store xml in db, write access layer in programming language, pass xml around outside oracle
store xml in db, parse xml in db, call stored procs from outside oracle.

etc etc. There is an xml technology centre at otn.oracle.com which seems to concentrate on doing as much as possible in the db.

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
Received on Fri Aug 01 2003 - 08:13:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US