# # Explicit mapping of tables and indices to their # corresponding tablespaces and indexspaces # # # Syntax for value definitions: # default tablespace (DBMS independent): <empty value, no quotes> # Derby: <not supported and therefore will be ignored> # DB2: "IN <tablespace name>" # "INDEX IN <indexspace name>" # DB2 on iSeries: <not supported and therefore will be ignored> # DB2 on z/OS: "IN <database name>.<tablespace name>" # Oracle: "TABLESPACE <tablespace or indexspace name>" # SQL Server: "ON <filegroup name>" # # Quotes must not be part of the definitions and therefore must be omitted. # # Examples for DB2: # customization.VAULT_RESOURCES.tablespace=IN LOG_TS # customization.VAULT_RESOURCES.indexpace=INDEX IN INDEX_TS # customization.AI_FAVORITE.tablespace= customization.AUTH_LEVEL.tablespace= customization.COMP_INST.tablespace= customization.COMP_INST_DD.tablespace= customization.COMP_INST_MAD.tablespace= customization.CONTACTS_GROUP.tablespace= customization.CONTACTS_MEMBER.tablespace= customization.CONTACTS_MEMBER_DD.tablespace= customization.CRED_SEGMENT.tablespace= customization.CRED_SLOT.tablespace= customization.CRED_SLOT_LOD.tablespace= customization.LNK_MEMBER_GROUP.tablespace= customization.LNK_USER_ROLE.tablespace= customization.PAGE_ACT_ASC.tablespace= customization.PAGE_ACT_ASC_LOD.tablespace= customization.PAGE_INST.tablespace= customization.PAGE_INST_DD.tablespace= customization.PAGE_INST_LOD.tablespace= customization.PAGE_INST_MAD.tablespace= # The following tablespace is required for DB2 for z/OS only customization.PAGE_INST_MADL.tablespace= customization.PORT_INST.tablespace= customization.PORT_INST_PREF.tablespace= # The following tablespace is required for DB2 for z/OS only customization.PORT_INST_PREFL.tablespace= customization.PORT_WIRE.tablespace= customization.PORT_WIRE_DD.tablespace= customization.PORT_WIRE_LOD.tablespace= customization.PORT_WIRE_MD.tablespace= customization.PROT_RES.tablespace= customization.ROLE_INST.tablespace= customization.UNIQUE_NAME.tablespace= customization.VAULT_DATA.tablespace= # The following tablespace is required for DB2 for z/OS only customization.VAULT_DATAL.tablespace= customization.VAULT_RESOURCES.tablespace= customization.AUTH_LEVEL.indexspace= customization.COMP_INST.indexspace= customization.CONTACTS_GROUP.indexspace= customization.CONTACTS_MEMBER.indexspace= customization.CONTACTS_MEMBER_DD.indexspace= customization.CRED_SEGMENT.indexspace= customization.CRED_SLOT.indexspace= customization.LNK_MEMBER_GROUP.indexspace= customization.LNK_USER_ROLE.indexspace= customization.PAGE_ACT_ASC.indexspace= customization.PAGE_INST.indexspace= customization.PAGE_INST_DD.indexspace= customization.PAGE_INST_MAD.indexspace= customization.PORT_INST.indexspace= customization.PORT_WIRE.indexspace= customization.PROT_RES.indexspace= customization.ROLE_INST.indexspace= customization.UNIQUE_NAME.indexspace=