两个DB2数据库之间如何进行数据复制/同步??

hmjie 2000-07-26 02:05:00
各位高手,两个DB2数据库之间如何进行数据复制/同步??
...全文
541 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
joxin 2001-08-08
  • 打赏
  • 举报
回复
1.capture:
保证前向滚动,从db2命令窗口:(绑定)
db2 connect to database
db2 bind @capture.1st isolation ur blocking all
在win nt命令窗口:
asnccp database(启动)
asncmd stop(停止)
2.aplly:
(同上)
db2 connect to database(source)
db2 bind @applycs.1st isolation cs blocking all
db2 bind @applyur.1st isolation ur blocking all
db2 connect to database(object)
db2 bind @applycs.1st isolation cs blocking all grant public
db2 bind @applyur.1st isolation ur blocking all grant public
asnapply music database(object)启动
asnastop停止
hmjie 2000-07-26
  • 打赏
  • 举报
回复
定义复制源和复制预定之后怎么办,该如何启动capture 和 apply程序,
有实战经验的朋友请不要沉默!!
Tommy Chang 2000-07-26
  • 打赏
  • 举报
回复
ftp://ftp.software.ibm.com/ps/products/db2/info/vr6/htm/db2e0/index.htm

这是官方的文档。

:)

34,575

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server相关内容讨论专区
社区管理员
  • 基础类社区
  • 二月十六
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧