三、運(yùn)行復(fù)制中進(jìn)行配置:
1、在$db2home/bnd目錄下對(duì)Capture與Apply數(shù)據(jù)庫(kù)分別綁定qcapture.lst與qapply.lst
A、For Q Capture server必須)
db2 connect to database
db2 bind @qcapture.lst isolation ur blocking all
B、For both the source and target databases, do the following steps必須)
db2 connect to database
db2 bind @qapply.lst isolation ur blocking all grant public
C、For each Monitor control server, do the following steps可選)
db2 connect to database
db2 bind @asnmoncs.lst isolation cs blocking all grant public
db2 bind @asnmonur.lst isolation ur blocking all grant public
D、For each server that you are monitoring and to which the Replication Alert Monitor connects可選)
db2 connect to database
db2 bind @asnmonit.lst isolation ur blocking all grant public