|
The TransX Utility sample application
demonstrates the use of the TransX utility Java API that is supplied with the Oracle XDK
for Java. This sample provides interface for unloading data from one database table into
XML and load it into another table in the same or a different database. Before loading the
data into the destination table, user can add new columns, specify translation attributes
for the source table columns and change the lookup keys for the destination table.
This sample demonstrates the following features of the Oracle
XDK for Java :
- Using TransX API for
- unloading database table data into XML
- loading data in predefined XML format into a database
table
- Using XML Parser for Java
- Use of Parser for parsing the unloaded data and obtain
an XML document
- Use of DOM APIs for applying translation attributes on
the unloaded XML document
Prerequisite:
- Oracle9i Database
- Oracle XML
Developer's Kit(XDK) for Java version 9.2.0.4.0
- Oracle9iAS Containers for J2EE(OC4J) Release
2.0
|
Download the Sample
The download
includes installation instructions, readme file and Java source
code for the sample.
Related
Documents
|