- Oracle Goldengate 11g Complete Cookbook
- Ankur Gupta
- 389字
- 2021-08-04 09:59:50
Installing Oracle GoldenGate in a x86_64 Linux-based environment
This recipe will show you how to install Oracle GoldenGate in a x86_64 Linux-based environment.
Getting ready
In order to install Oracle GoldenGate, we must have downloaded the binaries from the Oracle Technology Network website for your Linux platform. We have downloaded Oracle 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 Linux 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
. This directory should be owned by the OS user (ggate
) which will be the owner of GoldenGate binaries. This user must be a member of the dba
group. After you have downloaded the binaries, you need to uncompress the media pack file by using the unzip utility as given in the following steps:
- Log in to the server using the
ggate
account. - Create a directory with this user as shown in the following command:
mkdir installation_directory
- Change the directory to the location where you have copied the media pack file and unzip it. The media pack contains the
readme
files and the GoldenGate binaries file. The GoldenGate binaries file for the 64-bit x86 Linux platform is calledfbs_ggs_Linux_x64_ora11g_64bit.tar
. - Extract the contents of this file into the GoldenGate
Home
directory as shown in the following command:tar –xvf fbs_ggs_Linux_x64_ora11g_64bit.tar –C installation_directory
- Create GoldenGate directories as follows:
cd installation_directory ./ggsci create subdirs exit
Note
You must have Oracle database libraries added to the shared library environment variable,
$LD_LIBRARY_PATH
before you runggsci
. It is also recommended to have$ORACLE_HOME & $ORACLE_SID
set to the correct Oracle instance.
How it works...
Oracle provides GoldenGate binaries in a compressed format. In order to install the binaries you unzip the compressed file, and then expand the archive 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:

Note
Oracle GoldenGate binaries need to be installed on both the source and target systems. The procedure for installing the binaries is the same in both environments.
- Google系統架構解密:構建安全可靠的系統
- Learn Helm
- Windows Server 2012網絡操作系統企業應用案例詳解
- Linux自動化運維:Shell與Ansible(微課版)
- Windows Server 2019 Administration Fundamentals
- 深入淺出Node.js
- 計算機應用基礎(Windows 7+Office 2016)
- 分布式高可用架構之道
- Windows 7使用詳解(修訂版)
- 應急指揮信息系統設計
- 程序員必讀經典(算法基礎+計算機系統)
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用
- Python機器學習系統構建(原書第3版)
- Windows 10從入門到精通
- 嵌入式Linux設備驅動程序開發指南(原書第2版)