The Loader can process a range of commands and SQL statements, including Loader-specific commands for exporting data.
Creating a Database Session: Commands
<export_command> ::=
<export_db_command>
| <export_user_command>
| <export_schema_command>
| <export_table_command>
| <export_columns_command>
The Loader’s range of commands makes it possible to export, with increasing granularity, a complete database, a user’s objects, a schema’s objects, data from a table or a set of column values from a table.
Loader Tutorial, Exporting
See also:
Syntax Rules in Alphabetical Order
Syntax Rules Arranged Semantically