Golden Gate Studio Installation on Linux server
1. First check the compatable java version for the golden gate studio version and installed java version on linux server .Please make necessary changes .
[root@emcc jdk-14.0.1]# java -version openjdk version "1.8.0_222" OpenJDK Runtime Environment (build 1.8.0_222-b10) OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
|
2. Install java and update the default java versions.
[root@emcc jdk-14.0.1]# ls /usr/lib/java-oracle/jdk-14.0.1/bin/java [root@emcc jdk-14.0.1]# update-alternatives --install "/usr/bin/java" "java" "/usr/lib/java-oracle/jdk-14.0.1/bin/java" 1 [root@emcc jdk-14.0.1]# update-alternatives --set java /usr/lib/java-oracle/jdk-14.0.1/bin/java [root@emcc jdk-14.0.1]# java -version java version "14.0.1" 2020-04-14 Java(TM) SE Runtime Environment (build 14.0.1+7) Java HotSpot(TM) 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing) [root@emcc jdk-14.0.1]#
|
3. Create necessary diretory :
4. Download and unzip Golden gate studio .
5. Set Java home and run the goldnen gate studion jar file .
6. Post Golden gate studio installtion , it time to create repository for studio . For that we need database which i have already instlled on the same server that GGSTUD.
7. Now we cane connect golden gate studio .
8. Next Step to configure , golden gate extract and replication process.Please follow below link .
https://deepakoracledba.blogspot.com/p/configure-golden-gate-extract-and.html