Creating table spaces for registration tables

The DSNTIJSG installation job creates a segmented table space that holds the application registration table (ART) and the object registration table (ORT):

About this task

You can issue the following statement to create the table space:

CREATE TABLESPACE DSNRGFTS IN DSNRGFDB SEGSIZE 4 CLOSE NO;

If you want to use a table space with a different name or different attributes, you can modify the DSNTIJSG job before installing Db2. Alternatively, you can drop the table space and re-create it, the ART and ORT tables, and their indexes.