oracle GoldenGate Veridata配置
GoldenGate Veridata是GoldenGate中用於比較資料庫間資料同步效果的一個工具。
官方說明如下:
Oracle GoldenGate Veridata is a high-speed data comparison solution that identifies and reports data discrepancies between databases without interrupting ongoing business processes. Using Oracle GoldenGate Veridata, companies can audit and verify large volumes of data across a variety of business applications with certainty,and maintain reliable data synchronization.
我本次配置Veridata使用了由於如下元件:
l GoldenGate Veridata Server
l GoldenGate Veridata Web
l GoldenGate Veridata Repository
l GoldenGate Veridata Agent
兩臺db server安裝軟體說明:
|
Db server1 |
Db server2 |
Veridata元件 |
GoldenGate Veridata Server GoldenGate Veridata Web GoldenGate Veridata Repository GoldenGate Veridata Java Agent |
GoldenGate Veridata Java Agent |
Oracle db |
Oracle 10.2.0.3 for win x86 |
Oracle 11.2.0.1 for linux x64 |
IP |
192.168.126.1 |
192.168.126.128 |
GoldenGate Veridata相關軟體包:
下載:
GoldenGate_Veridata_win_x86_v3004_003.exe
GoldenGate_Veridata_Agent_win_x86_v3004_003.exe
V19618-01.zip (linux agent)
GoldenGate Veridata Server安裝:
在server1上安裝GoldenGate Veridata Server,使用GoldenGate_Veridata_win_x86_v3004_003.exe包(windows的安裝,一路next),過程中需要注意的地方是:配置web server admin(記住自己配的使用者名稱、口令、port)、指定Repository(相關tns、schema、tablespace要先準備好)、是否安裝到windows serice等。
啟動相關服務:GoldenGate Veridata Server、GoldenGate Veridata Web
GoldenGate Veridata Java Agent安裝:
1.db server1
Veridata Server中沒有包含agent,需要單獨安裝,點選GoldenGate_Veridata_Agent_win_x86_v3004_003.exe包進行安裝。
需要注意的是:
Agent port的設定,預設埠是7850
JDBC URL設定指向本地資料庫,之後最好輸入使用者和口令進行test connect
2.db server2
在liunx系統中解壓V19618-01.zip包,進入agent目錄,找到agent.properties.sample檔案,將它cp為agent.properties,然後進行vi,修改如下內容:
server.port=7850 (agent埠)
database.url=jdbc:oracle:thin:@192.168.126.128:1521:orcl
server.driversLocation = drivers
server.jdbcDriver=ojdbc5.jar
執行agent:
1.db server1
進入agent安裝目錄C:\Program Files\Goldengate_Veridata_Agent,執行agent.bat start,確認7850埠開啟
2.db server2
在agent解壓目錄/agent中,執行./agent.sh start,確認7850埠開啟
使用WEB進行配置管理Veridata
l 在db server1上使用瀏覽器訪問,輸入之前配置的使用者名稱和口令;
l 點選“Connection Configuration”,新建connection,分別配置指向server1和server2的oracle資料庫;
l 點選“Group Configuration”,新建group,指定source connection和target connection,配置“Compare Pair Configuration”指定物件對,並儲存(可透過“preview”檢視物件對);
l 點選“Job Configuration”,新建job,並儲存;
l 點選“Run...”按鈕,執行job
我指定的是兩個庫的scott使用者的對比,其中EMP和DEPT表對比完成一致,而BONUS和SALGRADE表一直是Abended狀態,之後才發現原因是這兩個表中沒有key。
2010-06-23 15:10:16. Abended with errors. Group (scott), Compare Pair (BONUS=BONUS). (3) Remaining
2010-06-23 15:10:16. Abended with errors. Group (scott), Compare Pair (SALGRADE=SALGRADE). (2) Remaining
2010-06-23 15:10:17. Completed in-sync. Group (scott), Compare Pair (EMP=EMP). (1) Remaining
2010-06-23 15:10:17. Completed in-sync. Group (scott), Compare Pair (DEPT=DEPT). (0) Remaining
Compare Pairs with Errors: 2 Compare Pairs with Out-Of-Sync: 0 Compare Pairs without Out-Of-Sync: 2 Compare Pairs Cancelled: 0 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14710393/viewspace-1482696/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【GoldenGate】Oracle GoldenGate Veridata 安裝配置與應用GoOracle
- 轉:Oracle GoldenGate VeridataOracleGo
- Oracle GoldenGate Veridata 12.1.3OracleGo
- Oracle GoldenGate Veridata 12.2.1.4安裝配置使用全手冊OracleGo
- Goldengate Veridata 11.2 for linux安裝配置GoLinux
- oracle goldengate 配置OracleGo
- 【GoldenGate】Oracle GoldenGate(三) DDL同步配置GoOracle
- 【GoldenGate】Oracle GoldenGate(二) 雙向同步配置GoOracle
- Oracle goldengate 安裝配置OracleGo
- Oracle GoldenGate Director配置手冊OracleGo
- oracle資料庫配置goldengate同步Oracle資料庫Go
- oracle goldengate 雙向複製配置OracleGo
- 【GoldenGate】Oracle GoldenGate(一) 安裝與DML單向同步配置GoOracle
- oracle goldengate 配置DML&DDL實驗OracleGo
- 配置Oracle GoldenGate for DB2(雙向)OracleGoDB2
- Oracle GoldenGate 學習教程二、配置和使用OracleGo
- oracle goldengate 10g--->11g配置OracleGo
- Goldengate 基本配置Go
- 安裝配置Oracle GoldenGate for DB2(單向)OracleGoDB2
- Veridata校驗SQL Server和Oracle時的注意點SQLServerOracle
- 用python生成oracle goldengate複製配置檔案PythonOracleGo
- Oracle 11g GoldenGate單向複製配置(DML)OracleGo
- 【OGG】Oracle GoldenGate 11g (二) GoldenGate 11g 單向同步配置 上OracleGo
- 【OGG】Oracle GoldenGate 11g (二) GoldenGate 11g 單向同步配置 下OracleGo
- Oracle GoldenGate DirectorOracleGo
- oracle 11gR2 配置goldengate連線asm例項OracleGoASM
- GoldenGate的基本配置流程Go
- goldengate ddl 配置說明Go
- goldengate配置DDL複製Go
- 安裝並配置goldengateGo
- GoldenGate for win安裝配置Go
- GoldenGate雙向同步配置Go
- GoldenGate配置(三)之DDL複製配置Go
- About the Oracle GoldenGate TrailOracleGoAI
- oracle goldengate維護OracleGo
- Oracle GoldenGate: 使用巨集OracleGo
- GoldenGate Oracle MSSQL DateGoOracleSQL
- GoldenGate配置(二)之雙向複製配置Go