goldengate學習-安裝篇
goldengate算是資料同步的利器,可以在不同的庫,平臺間進行資料的同步,當然還是有一些bug的,不過還是優點大過缺點。
算是嚐嚐鮮,從官網下載了一個版本12的,可以支援11g,12c。安裝的過程我開始以為會很繁瑣。結果安裝的過程很簡單,不過配置和管理要費一些功夫的。後續再說。
下載安裝包可以從官網上得到,大概300多兆的樣子。
-rw-r--r-- 1 ogg dba 341316447 May 11 03:26 121200_fbo_ggs_Linux_x64_shiphome.zip
選擇一下需要基於哪個版本的庫來安裝goldengate.
選擇一下安裝目錄和oracle_home的路徑。可以配置一個goldengate得管理器。
然後就是安裝了。
過了一會兒,就提示安裝成功了。
看似實在是太簡單了,不過啟動的時候還是碰到了兩個問題。
一個問題是,啟動的時候報瞭如下的錯誤。
[ogg@rac1 ~]$ ggsci
ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file: No such file or directory
最後查得需要設定變數LD_LIBRARY_PATH的值為ORACLE_HOME/lib
在.bash_profile中新增了兩個地方。
.bash_profile
export ORACLE_HOME=/u04/app/11.2.0/db/product/11.2.0/dbhome_1
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
再次嘗試,環境變數的問題解決了,但是又拋了一個錯誤。
[ogg@rac1 ~]$ ggsci
Cannot load ICU resource bundle 'ggMessage', error code 2 - No such file or directory
Aborted (core dumped)
切換到安裝目錄下。
[ogg@rac1 oggcore_1]$ ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 12.1.2.0.0 17185003 OGGCORE_12.1.2.0.0_PLATFORMS_130924.1316_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Sep 25 2013 00:31:13
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
GGSCI (rac1) 1>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8494287/viewspace-1349335/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GoldenGate 學習筆記(3)_安裝與御載Go筆記
- Mysql學習筆記(安裝篇)MySql筆記
- Flask學習筆記(安裝篇)Flask筆記
- 安裝GoldenGateGo
- Mysql 學習篇之原始碼安裝mysqlMySql原始碼
- 解除安裝goldengateGo
- Nagios學習實踐系列——基本安裝篇iOS
- Laravel 學習之 Homestead 安裝篇(Windows 環境)LaravelWindows
- Oracle GoldenGate安裝(一)OracleGo
- Oracle GoldenGate安裝(二)OracleGo
- Oracle GoldenGate安裝(三)OracleGo
- GoldenGate安裝簡記Go
- Oracle goldengate 安裝配置OracleGo
- 安裝並配置goldengateGo
- GoldenGate for win安裝配置Go
- 解除安裝Oracle GoldenGateOracleGo
- 學習安裝 RocketMQMQ
- Redis學習——安裝Redis
- mysql學習-安裝MySql
- Webpack學習 – Webpack安裝及安裝Web
- Linux下安裝GoldenGateLinuxGo
- clickhouse學習(1)-clickhouse安裝解除安裝
- 學習如何安裝Sass
- go學習--->安裝goGo
- Docker學習(1)安裝Docker
- docker 安裝與學習Docker
- 【GoldenGate】Oracle GoldenGate Veridata 安裝配置與應用GoOracle
- Linux下解除安裝GoldenGateLinuxGo
- Oracle GoldenGate安裝初體驗OracleGo
- GOLDENGATE安裝和配置手冊Go
- Oracle GoldenGate學習總結OracleGo
- oracle goldengate引數學習OracleGo
- 【GoldenGate】Oracle GoldenGate(一) 安裝與DML單向同步配置GoOracle
- Git 學習之安裝配置Git
- 深度學習庫安裝list深度學習
- RabbitMQ學習筆記-安裝MQ筆記
- YOLO的安裝與學習YOLO
- Presto學習-presto的安裝REST