Recent Changes to the Exult Oracle
Exult Oracle 1.0
Sep 05, 2007
Exult Profession Edition for Oracle version 1.0 released.
- Exult Profession Edition for Oracle is a Wizard Application which makes it very easy to import data from XML files into an Oracle database.
- Data is imported into tables which are created to reflect the structure of XML.
- Hierarchical XML structure is maintained by using primary and foreign keys to link parent and child tables.
- Easily handles complex XML files as well as simple ones.
- Can load huge files without running into memory issues since it does not load entire files into memory at once.
- Merges data from multiple XML files and imports the data into the database.
- Imports Attribute information too when loading XML.
- Has a familiar and easy-to-use Wizard Interface which steps the user through the data extraction.
- Includes a command-line interface to help with batch processing.
- Unicode text is handled by importing the data into NVARCHAR2 columns.
- Columns are automatically promoted to NCLOB if the contents are too large for NVARCHAR2 type.

