Home | Previous Page | Next Page   High-Performance Loader Overview >

Data Unload

The data-unload process is essentially the same as the load process, but in reverse. The data-unload process extracts the source data from one or more database tables; converts the data to a new format; and writes the converted data to a file, tape, or on UNIX to a pipe (application). As in a load, you can manipulate the data from a database table so that the converted data displays different characteristics.

Figure 2 shows how the components of the HPL affect the data as it moves from a database to data files during the unload process. The HPL uses:

The HPL uses the same components for an unload as for a load, with one exception. For an unload, ipload creates a Structured Query Language (SQL) query that extracts selected data from the table. As with a load, unload components are grouped together into an unload job. Unload jobs can be saved, retrieved, and rerun as many times as necessary. Unload jobs can be grouped together with load jobs in the same project.

For a description of the steps involved in an unload, see Unloading Data from a Database.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]