I WILL BE CALLING ORACLE GOLDEN GATE AS OGG THRU THIS TUTORIAL
You can download the oracle GG software from below link :
http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html
You will need an oracle account for this. This is a free account, so if you don't have one you can register for one.
I have downloaded it from above link.In my case I have to download software for Linuxx86-64 as this will be my host OS and oracle 12c is my source DB.
[gguser@Linux03 Desktop]$ cd
[gguser@Linux03 ~]$ pwd
/home/gguser
[gguser@Linux03 app]$ cd /u01/app
[gguser@Linux03 app]$ mkdir GGHOME
[gguser@Linux03 app]$ ls -ll
total 20
drwxrwxr-x. 2 gguser gguser 4096 Apr 13 14:40 GGHOME
drwxrwxr-x. 2 oracle oracle 4096 Apr 13 14:12 OGG_SFTW
drwxrwxr-x. 11 oracle oinstall 4096 Mar 11 14:45 oracle
drwxrwx---. 5 oracle oracle 4096 Feb 29 15:24 oraInventory
drwxrwxr-x. 3 oracle oinstall 4096 Feb 29 14:57 sftw_12c
[gguser@Linux03 app]$
I AM COPYING MY GG SOFTWARE to GGHOME:
[gguser@Linux03 app]$ cd OGG_SFTW
[gguser@Linux03 OGG_SFTW]$ ls
fbo_ggs_Linux_x64_shiphome.zip
[gguser@Linux03 OGG_SFTW]$ cp fbo_ggs_Linux_x64_shiphome.zip /u01/app/GGHOME
JUST TO MAKE LIFE SIMPLE export GGHOME PATH SO WE CAN USE IT IN FUTURE:
[gguser@Linux03 GGHOME]$ export GGHOME=/u01/app/GGHOME
[gguser@Linux03 GGHOME]$ echo $GGHOME
/u01/app/GGHOME
[gguser@Linux03 GGHOME]$ cd $GGHOME
[gguser@Linux03 GGHOME]$ pwd
/u01/app/GGHOME
UNZIPING OGG SOFTWARE:
[gguser@Linux03 GGHOME]$ ls -al
total 464476
drwxrwxr-x. 2 gguser gguser 4096 Apr 13 14:44 .
drwxrwxr-x. 7 oracle oinstall 4096 Apr 13 14:40 ..
-rw-rw-r--. 1 gguser gguser 475611228 Apr 13 14:44 fbo_ggs_Linux_x64_shiphome.zip
[gguser@Linux03 GGHOME]$ unzip fbo_ggs_Linux_x64_shiphome.zip
Archive: fbo_ggs_Linux_x64_shiphome.zip
creating: fbo_ggs_Linux_x64_shiphome/
creating: fbo_ggs_Linux_x64_shiphome/Disk1/
.
.
.
[gguser@Linux03 GGHOME]$ ls
fbo_ggs_Linux_x64_shiphome fbo_ggs_Linux_x64_shiphome.zip OGG-12.2.0.1.1-ReleaseNotes.pdf OGG-12.2.0.1-README.txt
**************************************************************************************************************
PREVIOUSLY VERSION PRE 11.2 WE HAD TAR FILES, WHICH WILL NEED UNTAR:
**************************************************************************************************************
$ unzip V18159-01.zip
Archive: V18159-01.zip
inflating: ggs_redhatAS50_x64_ora11g_64bit_v10.4.0.19_002.tar
$tar -xvof ggs_redhatAS50_x64_ora11g_64bit_v10.4.0.19_002.tar
No comments:
Post a Comment