Entering content frame

 part_spec 

Syntax Rules for Describing the Data Stream

Syntax

<part_spec> ::= TABLE <table_name > | USER | ALL

TABLE

A single table is unloaded to a data stream or loaded from a data stream.
Prerequisite: The user must be the owner of this table

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.
Prerequisite: The user must be the Database System Administrator.

Use

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.

 

Leaving content frame