How to install Oracle 19.1.0.0.4 GoldenGate on Linux 7

Installing Oracle 19.1.0.0.4 GoldenGate on Linux 7

Step 1:- unzip the software
[oracle@oel7 u01]$ unzip 191004_fbo_ggs_Linux_x64_shiphome.zip

[oracle@oel7 u01]$ ls -ltr
total 543540
-rw-r--r-- 1 oracle oinstall      1413 May 29  2019 OGG-19.1.0.0-README.txt
drwxr-xr-x 3 oracle oinstall        19 Oct 18  2019 fbo_ggs_Linux_x64_shiphome
-rw-r--r-- 1 oracle oinstall    332523 Oct 21  2019 OGG_WinUnix_Rel_Notes_19.1.0.0.4.pdf
-rw-r--r-- 1 oracle oinstall 556240981 May 11 18:58 191004_fbo_ggs_Linux_x64_shiphome.zip


Step:2 Create the  directory where goldengate would be installed
[oracle@oel7 u01]$ mkdir -p /u01/app/oracle/product/gg_home


Step 3. Start installer by invoking runinstaller

[oracle@oel7 product]$ cd /u01/fbo_ggs_Linux_x64_shiphome/Disk1/
[oracle@oel7 install]$ ll
drwxr-xr-x  4 oracle oinstall 4096 Oct 18  2019 install
drwxrwxr-x  2 oracle oinstall   25 Oct 18  2019 response
-rwxr-xr-x  1 oracle oinstall  918 Oct 18  2019 runInstaller
drwxr-xr-x 12 oracle oinstall 4096 Oct 18  2019 stage


Step:-4 Select “Oracle GoldenGate for Oracle Database 19c (662.0MB)” and click Next.



Step 5. In the “Software Location” field provide the godengate home path which we created earlier and provide database home location and Manager Port (7809.) Click Next.




Step 6. Wait for the installation to complete.



Step 7. Once installation is done, open the gg console
[oracle@oel7 gg_home]$ cd /u01/app/oracle/product/gg_home
[oracle@oel7 gg_home]$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.4 OGGCORE_19.1.0.0.0_PLATFORMS_191017.1054_FBO
Linux, x64, 64bit (optimized), Oracle 19c on Oct 17 2019 21:16:29
Operating system character set identified as UTF-8.

Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.

GGSCI (oel7.soumya.com) 1> info mgr

Manager is running (IP port TCP:oel7.soumya.com.7809, Process ID 64141).

GGSCI (oel7.soumya.com) 2>


Done.....


No comments:

Post a Comment