- Oracle Goldengate 11g Complete Cookbook
- Ankur Gupta
- 231字
- 2021-08-04 09:59:50
Installing Oracle GoldenGate in a Windows environment
In this recipe we will go through the steps that should be followed to install the GoldenGate binaries in the Windows environment.
Getting ready
In order to install Oracle GoldenGate, we must have downloaded the binaries from the Oracle Technology Network website for your Windows platform. We have downloaded GoldenGate Version 11.2.0.1.0.1 in this recipe. Ensure that you check the checksum of the file once you have downloaded it.
Tip
You can find the Oracle GoldenGate binaries for x86_64 Windows at http://www.oracle.com/technetwork/middleware/GoldenGate/downloads/index.html?ssSourceSiteId=ocomen.
How to do it...
Oracle GoldenGate binaries are installed in a directory called GoldenGate Home
. After you have downloaded the binaries, you need to uncompress the media pack file by using the unzip utility:
- Log in to the server as the Administrator user.
- Create a directory for GoldenGate
Home
. - Unzip the contents of the media pack file to the GoldenGate
Home
directory. - Create GoldenGate directories as shown in the following command:
cd installation_directory ggsci create subdirs exit
How it works...
Oracle provides GoldenGate binaries in a compressed format. The installation involves unzipping the file into a required directory. This unpacks all the binaries. However, GoldenGate also requires some important subdirectories under GoldenGate Home
which are not created by default. These directories are created using the CREATE SUBDIRS
command. The following is the list of the subdirectories that get created with this command:

- Citrix XenApp Performance Essentials
- Linux設備驅動開發詳解(第2版)
- Learning Windows Server Containers
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 曝光:Linux企業運維實戰
- 操作系統基礎與實踐:基于openEuler平臺
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- 新手易學:系統安裝與重裝
- Java EE 8 Design Patterns and Best Practices
- 移動應用UI設計模式(第2版)
- 網絡操作系統管理與應用(第三版)
- 嵌入式實時操作系統:RT-Thread設計與實現
- Hands-On UX Design for Developers
- Learn CUDA Programming
- Learn SwiftUI