This topic describes how to import data from an XML file.
Note
Data Import Wizard pages can slightly differ due to the product you have been using.
Decide what table to import the data to:
For a new table:
For an existing table:
-or-
On the Data Import > Source file tab, select the XML import format, specify a location of the source data, and click Next.
On the Data Import > Destination tab, specify an Oracle connection, a database, and a table to import the data to, and then click Next.
Note
If you imported data to the existing table, the wizard will open with the predefined connection parameters of the selected table.
To create or edit Oracle connections, use the corresponding options.
On the Data Import > Options tab, preview the Source data, specify additional options to customize the import, and click Next:
On the Data Import > Data formats tab, adjust data formats for the Source data and click Next.
On the Data Import > Mapping tab, map the Source columns to the Target ones.
Note
If you are importing the data into a new table, dbForge Studio will automatically create and map all the columns. If you are importing into an existing table, only columns with the same names will be mapped, the rest should be mapped manually. (If no columns with the same name are found, they are mapped in succession - the 1st column in Source with the 1st column in Target, etc.)
You can see the Target columns on the top and the Source columns at the bottom of the wizard page.
To cancel mapping of all the columns, click Clear Mappings on the toolbar. To restore it, click Fill Mapping.
If you are importing to a new table, you can edit the Target column properties by double-clicking them in the top grid. Select the Key check box for a column with a primary key and click Next. Note you should select at least one column with a primary key, otherwise some of import modes on the Modes wizard page will be disabled.
On the Data Import > Modes tab, select an import mode to define how dbForge Studio should import the data, and then click Next.
On the Data Import > Output tab, select output options to manage the data import script and click Next:
On the Data Import > Errors handling tab, select the way to handle errors during import, specify logging options, and click Import.
On the progress page, dbForge Studio will notify you whether the import completed successfully or failed. To view the log file, click Show log file.
To close the wizard, click Finish.
Note
You can save the import settings as a template for later use. To save the selected settings, click Save on any wizard tab. Next time you should only select a template and specify a location of the Source data - all the settings will be already set. For more information, see Saving and Using Templates.