Unload

Click the Export button in the Unload section to unload either the schema or the schema and data from the relational database.

Select one of the following options:

Schema
Unload only the database schema. The schema is unloaded as a file called reload.sql in the named directory.
Schema and data
Unload both the database schema and the data. The data is unloaded as a set of files in comma-delimited format, with one file created for each database table.

Browse to the destination directory.

A SQL command file is created that can be used to rebuild the database.


More Information