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])]
;
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])]
;
どのReplicatグループに対しても任意の数のMAP
文を使用できます。特定のReplicatグループに対するすべてのMAP
文では、そのグループにリンクされた証跡に含まれる同じオブジェクトを指定する必要があります。