What was the primary function of DB2 Row Archive Manager?
DB2 Row Archive Manager was designed to archive inactive data from DB2 databases on z/OS. It allowed users to move data to archive tables, reducing the size of active tables and potentially improving performance. The tool provided features for defining archive policies and managing the archiving process.
How did DB2 Row Archive Manager archive data?
The tool was used to archive data from DB2 tables. Users could define archive policies to specify which data to archive based on criteria like age or status. The archived data was then moved to separate archive tables, and the original data could be optionally deleted or marked as archived.
What platforms did DB2 Row Archive Manager support?
The tool was primarily used on the z/OS platform. It integrated with DB2 for z/OS databases to manage the archiving process. The specific system requirements included the necessary DB2 version and z/OS environment.
What interfaces were available for managing DB2 Row Archive Manager?
The tool provided a command-line interface (CLI) for managing archive operations. Users could execute commands to define archive policies, initiate archiving, and manage archived data. Configuration was typically done through JCL and specific DB2 catalog settings.