Syntax Rules for Describing the Data Stream
<part_spec> ::= TABLE <table_name > | USER | ALL
TABLE |
A
single table is unloaded to a data stream or
loaded from a data stream. |
USER |
The tables of the user currently logged on to the Loader are unloaded to one or more data streams, or the tables unloaded with the corresponding commands are restored from these data streams. The user who restores the tables does not need to be the same user who unloaded them. If you are loading tables that were unloaded by the user user1, the tables can be reloaded by user2. |
ALL |
All
tables of the database catalog are unloaded to one or more data streams or are
loaded from these data streams. |
This syntax rule is used in the following commands: TABLEEXTRACT, TABLELOAD, CATALOGEXTRACT, or CATALOGLOAD command.
You specify whether an individual table, the tables of the user logged on, or all tables of the database catalog are loaded or unloaded.