Modifying the default map of the database does not change the map being used for the journal table.
If the MODIFY DATABASE statement specifies a journal table and a default map, the journal table is created using this default map. The journal table map must be a contiguous map with the same AMPs as TD_GlobalMap.
If the MODIFY DATABASE statement specifies a journal table without specifying a default map, the system determines the map for the journal table in the following order of precedence:
- Default map, if defined, for the profile of the database creator. See the DEFAULT MAP option for CREATE PROFILE.
- Default map, if defined, for the database creator. See the DEFAULT MAP option for CREATE USER.
- System-default map.