# # 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.CATA.tablespace=IN LOG_TS # customization.CATA.indexpace=INDEX IN INDEX_TS # customization.CATA.tablespace= customization.CATA_ENTRY.tablespace= customization.CATA_ENTRY_DD.tablespace= customization.CATA_ENTRY_LOD.tablespace= customization.CATA_LOD.tablespace= customization.CATE.tablespace= customization.CATE_LOD.tablespace= customization.CATA_ENTRY.indexspace= customization.CATE.indexspace=