安裝GoldenGate

pxbibm發表於2014-05-11
安裝Goldengate步驟,goldengate安裝非常簡單。
1.1.解壓 goldengate軟體(使用oracle使用者即可)
[root@localhost /]# su - oracle
[oracle@localhost /]$ cd oracle
[oracle@localhost oracle]$ mkdir goldengate
[oracle@localhost soft]$ cd /oracle/goldengate/
[oracle@localhost goldengate]$ tar -xvf /soft/fbo_ggs_Linux_x64_ora10g_64bit.tar
1.2.設定環境變數
[oracle@localhost /]$ cd home
[oracle@localhost home]$ cd oracle
[oracle@localhost ~]$ vim .bash_profile
export GGATE=/oracle/goldengate
[oracle@localhost ~]$ source .bash_profile
1.3.安裝 goldengate
[oracle@localhost goldengate]$ cd /oracle/goldengate;
[oracle@localhost goldengate]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1.1 OGGCORE_11.1.1.1.1_PLATFORMS_110729.1700
Linux, x64, 64bit (optimized), Oracle 10g on Jul 29 2011 19:43:29
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
GGSCI (localhost.localdomain) 1> CREATE SUBDIRS
Creating subdirectories under current directory /oracle/goldengate
Parameter files /oracle/goldengate/dirprm: created
Report files /oracle/goldengate/dirrpt: created
Checkpoint files /oracle/goldengate/dirchk: created
Process status files /oracle/goldengate/dirpcs: created
SQL script files /oracle/goldengate/dirsql: created
Database definitions files /oracle/goldengate/dirdef: created
Extract data files /oracle/goldengate/dirdat: created
Temporary files /oracle/goldengate/dirtmp: created
Veridata files /oracle/goldengate/dirver: created
Veridata Lock files /oracle/goldengate/dirver/lock: created
Veridata Out-Of-Sync files /oracle/goldengate/dirver/oos: created
Veridata Out-Of-Sync XML files /oracle/goldengate/dirver/oosxml: created
Veridata Parameter files /oracle/goldengate/dirver/params: created
Veridata Report files /oracle/goldengate/dirver/report: created
Veridata Status files /oracle/goldengate/dirver/status: created
Veridata Trace files /oracle/goldengate/dirver/trace: created
Stdout files /oracle/goldengate/dirout: created
GGSCI (localhost.localdomain) 2> exit

OK,goldengate 安裝完畢了,就這麼簡單,簡單的兩條語句搞定。
-----------------------------------------------------------------------------------------------------------------------
pxboracle@live.com
2014.5.11 13:00
share you knowledge with the world.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12798004/viewspace-1158455/,如需轉載,請註明出處,否則將追究法律責任。

相關文章