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

Home -> Community -> Usenet -> c.d.o.misc -> Passing XML to Oracle 9.2

Passing XML to Oracle 9.2

From: Igordude <igor.cherny_at_gmail.com>
Date: 16 Jul 2004 16:47:06 -0700
Message-ID: <8408d9b.0407161547.13770dfa@posting.google.com>


I am thinking about using XML for passing of a large chunk of structured data into Oracle. Later I'd move data from that XML structure to relational tables using PL/SQL. Is there a straightforward way of doing it besides writing an XML into CLOB and then manually parsing data with substr() and instr()?

Thanks.

Igor. Received on Fri Jul 16 2004 - 18:47:06 CDT

Original text of this message

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