Data Movement Utilities Guide and Reference

Export Overview

The export utility exports data from a database to an operating system file, which can be in one of several external file formats.

The following information is required when exporting data:

You can also specify:

If you want to use the export utility in a multiple database partition environment, you can use db2batch to complete the task at each database partition. The SELECT statement must be able to return only the data found locally. The selection condition is as follows:

   SELECT * FROM tablename WHERE NODENUMBER(column-name) = CURRENT NODE

For more information about db2batch, see the Command Reference or the Administration Guide.


[ Top of Page | Previous Page | Next Page ]