part_spec 

Syntax

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

TABLE

A single table is saved to a file, or recovered from a file.
The user must be the owner of this table.

USER

The tables of the user currently logged on to the Replication Manager are saved to one or more files, or the tables unloaded with TABLEEXTRACT USER are recovered from this file or files. The user who recovers the tables does not need to be the user who saved them.

This means that tables unloaded by user1 with TABLEEXTRACT USER can be reloaded by user1.

ALL

All tables of the database instance are saved to one or more files or recovered from this file or files.
The user must have the rights of the database administrator (SYSDBA).

The users whose tables were saved must exist in the target database when the tables are recovered.

Use

Use this syntax rule for describing data access in a TABLEEXTRACT command or TABLELOAD command to specify whether a single table, the tables of the logged on user, or all tables of the database instance are saved or recovered.