Conclusion
In this tutorial, a number of DB2 utilities were introduced to assist you in maintaining DB2 data. You have learned about:
- Different file formats that DB2 data movement utilities can work with.
- The
EXPORTutility, which is used to extract data from a table or a view. Remember, XML data is also supported. - The
IMPORTutility, which can be used to perform bulk insert into a table or a view. Remember, XML data is also supported. - The
LOADutility, which can also populate table with input data by writing formatted pages into the database directly. - The four phases of a load operation: load, build, delete, and index copy.
- That a loaded table is placed in the
SET INTEGRITY PENDINGstate if the table has constraints other than unique constraints defined. - The use of the
SET INTEGRITYcommand to removeSET INTEGRITY PENDINGstate. - That, for recoverable databases, the table space for which the loaded table is defined will be placed in
BACKUP PENDINGstate. - Different options and file type modifiers to customize the
EXPORT,IMPORT, andLOADoperations. - The purpose of each data maintenance tool:
RUNSTATS,REORG,REORGCHK,REBIND, and theFLUSH PACKAGE CACHEcommand. - The use of few utilities such as
db2move,db2look,db2batch, the Control Center and the Design Advisor.
Good luck with the exam!

