Oracle DBA, How To, Error, Cause and Action

How To Install Golden Gate

Pre Check

Supported following Oracle DB
  • Oracle 9.2 (DML and DDL support)
  • Oracle 10.1 and 10.2 (DML and DDL support)
  • Oracle 11g (DML and DDL)

Download Golden Gate from Oracle Website


1. Create Oracle Golden Gate Home

$ mkdir /u01/app/gg_orcl1


2. Move the downloaded gg file to the Golden Gate Home

mv ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip /u01/app/gg_orcl1


3. Extract the file

$ cd /u01/app/gg_orcl1

$ unzip ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
Archive:  ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
  inflating: fbo_ggs_Linux_x64_ora11g_64bit.tar  
  inflating: OGG_WinUnix_Rel_Notes_11.2.1.0.1.pdf  
  inflating: Oracle GoldenGate 11.2.1.0.1 README.txt  
  inflating: Oracle GoldenGate 11.2.1.0.1 README.doc

$ tar xvf fbo_ggs_Linux_x64_ora11g_64bit.tar

4. Create Standard Oracle Golden Gate sub directories

$ ggsci
GGSCI> create subdirs

Done Golden Gate Installed...