Parameter file for rep_1:
-- Identify the Replicat group:
REPLICAT rep_1
-- Specify database login information as needed for the database:
[TARGETDB dsn_2][, USERIDALIAS alias
]
-- Specify error handling rules:
REPERROR (error
, response
)
-- Specify tables for delivery and threads if using coordinated Replicat:
MAP [container
.|catalog
.]owner
.table
, TARGET owner
.table
[, DEF template
]
[, THREAD (thread_ID)][, THREADRANGE (thread_range[, column_list])]
;
Parameter file for rep_2:
-- Identify the Replicat group:
REPLICAT rep_2
-- Specify database login information as needed for the database:
[TARGETDB dsn_3][, USERIDALIAS alias
]
-- Specify error handling rules:
REPERROR (error
, response
)
-- Specify tables for delivery and threads if using coordinated Replicat:
MAP [container
.|catalog
.]owner
.table
, TARGET owner
.table
[, DEF template
]
[, THREAD (thread_ID)][, THREADRANGE (thread_range[, column_list])]
;
You can use any number of MAP
statements for any given Replicat group. All MAP
statements for a given Replicat group must specify the same objects that are contained in the trail that is linked to the group.