Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone here know a good integration method

Status
Not open for further replies.

Patros

Programmer
May 23, 2002
14
IE
for oracle8 and XML and perhaps some good examples. I have been trying ASP but am stuck at a preliminary stage and was hoping perhaps I can try a different method.
Thanks in advance
Patros
 
Hi,

sorry but I was out of internet on the weekend.

You can use the Oracle XDK. You can download it at technet. There are different possibilities how you can implement the Oracle XDK. It's up to you in which language you will program it:

XDK for PL/SQL
XDK for Java
XDK for C

Actually I used the XDK for PL/SQL and made very good experiences with it. Don't be afraid of using the XDK 9i, since it is compatible with the Oracle 8.1.6 ff -versions.
It is quite easy to use, gives good error handling and examples. We also used in the beginning the samples from O'Reillys book Building Oracle XML Applications. These samples can be downloaded from:


try the examples-link.

It is also somewhat of a beginners guide to Oracle XDKs.

In the meantime we switched from DOM-parsing using PL/SQL to the SAX-parsing, which is described in the article of Jinyu Wang in the Oracle Technet. A very good article, since we also got problems with the very slow DOM-parsing when parsing XML-files into the Oracle-database.
 
Can you provide an URL for SAX-related article?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top