Home > Using Oracle Application Ex... > Loading and Unloading Data ... > Loading Data
Previous |
Next |
You can load data into the Oracle Application Express database in the following ways:
Copy and paste data from a spreadsheet.
Upload a spreadsheet file in a delimited format (such as comma-delimited (.csv) or tab-delimited).
Upload a text file containing comma-delimited or tab-delimited data.
Topics:
You can copy and paste tab-delimited data directly into the Load Data Wizard.
To load a text file:
You can load spreadsheet data by either copying and pasting text, or by loading a file.
To load spreadsheet data:
On the Workspace home page, click the Utilities icon.
Click Data Load/Unload.
Click Load.
Click Load Spreadsheet Data.
The Load Data Wizard appears.
Under Load To, select either Existing table or New table.
Under Load From, select either Upload file or Copy and paste.
Follow the on-screen instructions.
Oracle Application Express supports XML documents in Oracle's canonical XML format.
In Oracle's canonical XML format, each element represents a column value, each element is named after the column, all elements that are part of the same row are children of a <ROW> element, and all <ROW> elements are children of a <ROWSET> element.
To load an XML document: