We still have BMCARM.BMCARM* simple tablespaces and BMC segmented tablespaces. Should these be converted to UTS tablespaces? If so, can they be converted after we activate Db2 V12 FL506? |
While these tablespaces are still usuable under DB2 V12 we now provide the required DDL to convert them to UTS tablespaces. As of Recovery Manager V12 only these BMCARM tablespaces are being used. CREATE TABLESPACE BMCARMCR CREATE TABLESPACE BMCESTM CREATE TABLESPACE BMCJOBRS CREATE TABLESPACE BMCRECEX In OZI 312 they were converted to UTS and the multi-table tablespaces were broken down. Here is a list of new UTS tablespaces. CREATE TABLESPACE BMCARMCR *CREATE TABLESPACE BMCESTUR *CREATE TABLESPACE BMCESTJB *CREATE TABLESPACE BMCESTPH *CREATE TABLESPACE BMCESTTS *CREATE TABLESPACE BMCESTTP *CREATE TABLESPACE BMCESTKY *CREATE TABLESPACE BMCESTTR *CREATE TABLESPACE BMCESTIP *CREATE TABLESPACE BMCESTIS CREATE TABLESPACE BMCJOBRS CREATE TABLESPACE BMCRECEX *Brokend down into individual tablespaces Attached is the DDL for the creates for the tablespaces, tables, indexes, and aliases so you'll have that available. |