Oracle released 18.1.0 in Oct 2018 and here i'll explaining on how to do new install of this release and i see no difference from 12c version and its same and very simple.
Before you
install/Upgrade oracle goldengate to 18.1 you need to check the compatibility
for your environment, you can check the compatible matrix below in oracle page
Also, According to
oracle if you have multiple RDBMS versions like Oracle Database 11.2 and 12.1,
you must have separate Oracle GoldenGate installations for each one.
The Classic Extract (capture) is deprecated as of Oracle GoldenGate 18c (18.1.0). This means that there will be no further enhancements to the Classic Capture (Extract) process.
Download New 18c
(18.1) goldengate version from oracle, here I'm NOT using Microservices
Architecture
Download traditional
one (highlighted) and copy to some location on server
mkdir -p
/goldengate/ggsw/18.1_soft
devhost01:NOTSET:/goldengate/ggsw/18.1_soft
$ ll
total 383516
-rw-r--r-- 1 oracle
dba 392717701 Jan 15 17:01 181000_fbo_ggs_Linux_x64_shiphome.zip
devhost01:NOTSET:/goldengate/ggsw/18.1_soft
$ unzip 181000_fbo_ggs_Linux_x64_shiphome.zip
devhost01:NOTSET:/goldengate/ggsw/18.1_soft
$ ls -lrth
total 375M
drwxr-xr-x 3 oracle
dba 4.0K Sep 29 14:13 fbo_ggs_Linux_x64_shiphome
-rw-r--r-- 1 oracle
dba 196K Oct 10 11:22 OGG_WinUnix_Rel_Notes_18.1.0.0.0.pdf
-rw-r--r-- 1 oracle
dba 1.4K Oct 10 11:28 OGG-18.1.0.0-README.txt
-rw-r--r-- 1 oracle
dba 375M Jan 15 17:01 181000_fbo_ggs_Linux_x64_shiphome.zip
devhost01:NOTSET:/goldengate/ggsw/18.1_soft/fbo_ggs_Linux_x64_shiphome/Disk1
$ ls -lrth
total 16K
drwxr-xr-x 4
oracle dba 4.0K Sep 29 14:12 install
drwxr-xr-x 11 oracle
dba 4.0K Sep 29 14:13 stage
-rwxr-xr-x 1
oracle dba 918 Sep 29 14:13 runInstaller
drwxrwxr-x 2
oracle dba 4.0K Sep 29 14:13 response
devhost01:NOTSET:/goldengate/ggsw/18.1_soft/fbo_ggs_Linux_x64_shiphome/Disk1
$ export DISPLAY=localhost:0.0
devhost01:NOTSET:/goldengate/ggsw/18.1_soft/fbo_ggs_Linux_x64_shiphome/Disk1
$ ./runInstaller
Once GUI is opened you
can follow the steps as required for your environment by clicking "Next"
0 comments:
Post a Comment