DB2 SQL複製知識點
密碼檔案的建立
asnpwd INIT ENCRYPT PASSWORD using "C:\mq\dprop\asnpwd.aut"
asnpwd ADD ALIAS SOURCE ID suserid PASSWORD suserpwd using "C:\mq\dprop\asnpwd.aut"
asnpwd ADD ALIAS TARGET ID tuserid PASSWORD tuserpwd using "C:\mq\dprop\asnpwd.aut"
asnpwd LIST using "C:\mq\dprop\asnpwd.aut"
capture和apply啟停
start capture
set db2codepage=1208
asncap CAPTURE_SERVER=GSDB CAPTURE_SCHEMA=ASN CAPTURE_PATH=C:\mq\dprop\cap startmode=COLD
Start Apply
asnapply CONTROL_SERVER=SAMPLE APPLY_QUAL=aq00 APPLY_PATH=C:\mq\dprop\app
Stop Capture
asnccmd CAPTURE_SERVER=GSDB CAPTURE_SCHEMA=ASN STOP
Stop Apply
asnacmd CONTROL_SERVER=SAMPLE APPLY_QUAL=aq00 STOP
比較兩個資料庫同一個表的資料
asntdiff db=SAMPLE where="target_table = 'CTMTCAP' and apply_qual = 'AQ00' and set_name = 'SET00'"
讓Target表的資料和Source表的資料一致
asntrep DB=SAMPLE SCHEMA=ASN where="target_table = 'CTMTCAP' and apply_qual = 'AQ00' and set_name = 'SET00'"
檢視複製狀態
asnacmd apply_qual=AQ00 control_server=SAMPLE status
asnpwd INIT ENCRYPT PASSWORD using "C:\mq\dprop\asnpwd.aut"
asnpwd ADD ALIAS SOURCE ID suserid PASSWORD suserpwd using "C:\mq\dprop\asnpwd.aut"
asnpwd ADD ALIAS TARGET ID tuserid PASSWORD tuserpwd using "C:\mq\dprop\asnpwd.aut"
asnpwd LIST using "C:\mq\dprop\asnpwd.aut"
capture和apply啟停
start capture
set db2codepage=1208
asncap CAPTURE_SERVER=GSDB CAPTURE_SCHEMA=ASN CAPTURE_PATH=C:\mq\dprop\cap startmode=COLD
Start Apply
asnapply CONTROL_SERVER=SAMPLE APPLY_QUAL=aq00 APPLY_PATH=C:\mq\dprop\app
Stop Capture
asnccmd CAPTURE_SERVER=GSDB CAPTURE_SCHEMA=ASN STOP
Stop Apply
asnacmd CONTROL_SERVER=SAMPLE APPLY_QUAL=aq00 STOP
比較兩個資料庫同一個表的資料
asntdiff db=SAMPLE where="target_table = 'CTMTCAP' and apply_qual = 'AQ00' and set_name = 'SET00'"
讓Target表的資料和Source表的資料一致
asntrep DB=SAMPLE SCHEMA=ASN where="target_table = 'CTMTCAP' and apply_qual = 'AQ00' and set_name = 'SET00'"
檢視複製狀態
asnacmd apply_qual=AQ00 control_server=SAMPLE status
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/725820/viewspace-1873449/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQL知識點(+)SQL
- C 語言複雜知識點
- Spark SQL知識點與實戰SparkSQL
- Spark SQL知識點大全與實戰SparkSQL
- 作業系統概念知識點複習作業系統
- HTTP應知應會知識點複習手冊(下)HTTP
- HTTP應知應會知識點複習手冊(上)HTTP
- MySQL 資料庫基礎知識點複習MySql資料庫
- HTTP 的15個常見知識點複習HTTP
- Linux複習知識Linux
- SRE 必備知識 - Kafka 探秘之零複製技術Kafka
- MySQL主從複製原理及必備知識總結MySql
- Java併發知識點快速複習手冊(上)Java
- Java併發知識點快速複習手冊(下)Java
- 知乎如何複製自己的答案?知乎複製文字的方法教程
- 知識點
- Java容器(List、Set、Map)知識點快速複習手冊Java
- Mysql常用sql語句(20)- 子查詢重點知識MySql
- JS如何實現點選複製功能,JS點選複製文字JS
- 混合知識點
- Promise知識點Promise
- Laravel 知識點Laravel
- MySQL知識點MySql
- 知識點——terms
- Redis知識點Redis
- JavaWeb知識點JavaWeb
- rabbitmq 知識點MQ
- 前端知識點前端
- Android 知識點Android
- ajax知識點
- 通用知識點
- Weex 知識點
- DB2 SQL改寫DB2SQL
- JS知識點:ES6 中常見的知識點JS
- C/C++期末考試複習---知識點+習題C++
- Java虛擬機器知識點快速複習手冊(上)Java虛擬機
- Java虛擬機器知識點快速複習手冊(下)Java虛擬機
- 計算機網路基礎知識點快速複習手冊計算機網路
- 海量資料處理問題知識點複習手冊