Entering content frame

 Commands for Unloading and Loading 

The Loader can process a range of commands and SQL statements, including commands for unloading and loading data.

The range of language of the Loader allows you load or unload, in increasing granularity, a complete database, the objects of a user, individual tables, or a set of columns of a table.

What do you want to unload or load?

Loader Commands

Database catalog and application data

DBEXTRACT/DBLOAD
You can use external backup tools to unload or load the data.

Database catalog

CATALOGEXTRACT ALL/CATALOGLOAD ALL
You can use external backup tools to unload or load the data.

Database catalog objects and the application data of a user

CATALOGEXTRACT USER/CATALOGLOAD USER
TABLEEXTRACT USER/TABLELOAD USER

Tables

CATALOGEXTRACT TABLE/CATALOGLOAD TABLE
TABLEXTRACT TABLE/TABLELOAD TABLE
DATAEXTRACT/DATALOAD

Set of qualified columns of a table

DATAEXTRACT/DATALOAD
FASTLOAD
DATAUPDATE

See also:

Unloading with External Backup Tools/Loading with External Backup Tools

 

Leaving content frame