Install OGG under Windows

  • Introduction

OGG, the full name of Oracle GoldenGate, is a database middleware.

Official website address: http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html

Introduction reference: https://blog.csdn.net/sunansheng/article/details/51854786


  • Environmental preparation

First mentioned, ogg is database middleware, and its usage scenarios are database-based. So we need to install the database, otherwise what do we just install ogg for?

I also wrote an article on installing Oracle database, the operating system is Windows Server 2008, the database version is Oracle11g, the article address: https://blog.csdn.net/lebron3v/article/details/80220093

Secondly, the operation of OGG requires the support of the VC++ environment. If the host does not have a VC++ environment, you need to download and install the VC++ environment first, otherwise, run ggsci after installation and report an error.

Because I am reinstalling the test environment and there is no VC++ environment, I need to install VC++.




Software installation package:

    1. ggs_Windows_x64_shiphome_mine.zip (ogg installation media)

    2. vcredist_x64.exe (VC++)


  • Software Installation

If the VC++ environment is not installed, install the VC++ environment first. We can also install ogg first, and then install the VC++ environment, the order is not required.



First, unzip the ogg archive to the current directory, enter the directory, and execute the setup installation program:



The installation version needs to be installed according to your own database version. Since my local test is using Oracle11g, I choose 11g:



Select the installation location, check the startup management by default, and the port number is 7809 by default (if the computer does not have a VC++ environment, the installation will fail to start the management process):


Brief overview, next steps:


The installation is complete:



  • start ggsci

Go to the installation directory of ogg, find the ggsci.exe executable file and click to run.

If the following error message appears, it means that the machine does not have a VC++ runtime environment:



Install the VC++ runtime environment:


                                     


Then run ggsci.exe:



So far our ogg software has been installed.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325893584&siteId=291194637