You can import data into and export data from the hosted database using the Data Import/Export page. Supported import formats include:
Text file containing comma-delimited or tab-delimited data
XML documents
Spreadsheets
Supported export formats include:
Text such as comma-delimited or tab-delimited data
XML documents
Topics:
To access the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
The SQL Workshop home page appears.
Click Utilities.
Click Data Import/Export.
The Data Import/Export page appears.
Click the appropriate icon to import data, export data, or view the Import Repository.
You can import data into the Oracle database using Oracle HTML DB 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:
For files less than 30KB, you can copy and paste tab-delimited data directly into the Import Text Wizard. For files larger than 30KB, you must upload a separate file.
To import a text file:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Import.
Click Import Text Data.
Under Import To, select either Existing table or New table.
Under Import from, select either Upload file or Copy and paste.
Follow the on-screen instructions.
Data Workshop supports the import of XML documents adhering to the Canonical XML specification.
To import an XML document:
You can load spreadsheet data by either copying and pasting text, or by importing a file. To copy and paste text, the spreadsheet file must be less than 30KB. For files larger than 30KB, you can import the file in a delimited format (such as comma-delimited (.csv) or tab-delimited), upload the file, and then load the data into a new or existing table.
To import spreadsheet data:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Import.
Click Import Spreadsheet Data.
Under Import to, select either Existing table or New table.
Under Import from, select either Upload file or Copy and paste.
Follow the on-screen instructions.
You can view imported information in the Text Data Import Repository.
To view imported data:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Import Repository.
To filter the view, make a selection from the Show list and click Go.
To view details about the imported file, click the Details icon.
To download a file, click the file name.
To delete a file, select the check box adjacent to the file name and click Delete Checked.
You can also use the Data Import/Export page to export the contents of a table to a text file or XML document.
Topics:
Use the Export Text Data Wizard to export the contents of a table to a text file. For example, you could export an entire table to a comma-delimited file (.csv).
To export a table to a text file:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Export.
Click Export To Text.
The Export to Text Wizard appears.
Follow the on-screen instructions.
You select the schema and choose the table and columns to be exported. You can also specify the type of separator to be used to separate column values as well as whether column text strings are identified using single or double quotation marks.
Use the Export XML Wizard to export the contents of a table to an XML document adhering to the Canonical XML specification.
To export a table to an XML document:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Export.
Click Export to XML.
Follow the on-screen instructions.
You select the schema and choose the table and columns to be exported.
Imported files are stored in the Text Data Import Repository.
To access the Text Data Import Repository:
Navigate to the Data Import/Export page:
Click the SQL Workshop icon on the Workspace home page.
Click Utilities.
Click Data Import/Export.
Click Import Repository.
To filter the display, make a selection from the Show list and click Go.
To view information about a specific file, click the View icon.
To delete an imported file, select it and click Delete Checked.