Release Notes

2Do not partition Information Catalog Center tables

2Tables that the Information Catalog Manager uses must be contained within a 2single database partition. Numerous methods are available to put the 2tables within a single partition. The following procedure is one 2approach that works. 2

  1. 2Open a DB2 Command Line Processor and issue these commands: 2
    1. 2CREATE DATABASE PARTITION GROUP partition_group_name 
      2     ON DBPARTITIONNUM partition_number
    2. 2CREATE REGULAR TABLESPACE tablespace_name 
      2     IN DATABASE PARTITION GROUP partition_group_name
      2     MANAGED BY SYSTEM USING ('cname')
      2

    2where partition_group_name is the same in both commands.

  2. 2Click Start -> Programs -> IBM DB2 -> Set-up Tools 2-> Manage Information Catalog Wizard.
  3. 2On the Options page, specify the table space name in the Table 2space field. 2


[ Top of Page | Previous Page | Next Page | Table of Contents ]