0% found this document useful (0 votes)
141 views

Oracle Golden Gate Microservices Installation 191 - 220628 - 082404

The document describes the deployment and configuration of Oracle GoldenGate Microservices 19.1.0.0.1 between two Oracle databases, DB12C, on nodes node1.example.com and node2.example.com. It outlines the required directory structure, database details, microservices URLs, and steps to install, configure, and validate the microservices which include creating the directory structure, installing the software, configuring the deployment using the configuration GUI, and validating the URLs.

Uploaded by

ganesh rajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views

Oracle Golden Gate Microservices Installation 191 - 220628 - 082404

The document describes the deployment and configuration of Oracle GoldenGate Microservices 19.1.0.0.1 between two Oracle databases, DB12C, on nodes node1.example.com and node2.example.com. It outlines the required directory structure, database details, microservices URLs, and steps to install, configure, and validate the microservices which include creating the directory structure, installing the software, configuring the deployment using the configuration GUI, and validating the URLs.

Uploaded by

ganesh rajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

1: Deploy and Configure Golden Gate Microservices 19.1.0.0.

Deployment Diagram:

Software Details:

Name Version
Oracle Golden Gate Micro Services 19.1.0.0.1
Oracle Database 12.1.0.2.0

Oracle Golden Gate Micro Services required directory structure:

Directories Variable Directories Location Description of directory


ORACLE_BASE /u01/app/oracle Oracle base location
ORACLE_HOME $ORACLE_BASE/product/12.2.0.1/db_1 Oracle binaries location
GG_HOME /u01/app/ggs Golden Gate binaries
TNS_ADMIN $ ORACLE_HOME/network/admin Oracle network HOME
LD_LIBRARY_PATH $ORACLE_HOME/lib:/lib:/usr/lib Oracle shared Binaries location

Directory Structure for MS installation

Directory PATH Description


/u01/app/ggs GG_HOME
/u01/app/ms micro services
/u01/app/deployment Deployment
Database and its server details:

Database Name Server Host Name


DB12C node1.example.com
DB12C node2.example.com

Oracle Golden Gate Micro Services service and its URL:

Source Database:

Micro Services URL


Service Manager Server http://node1.example.com:7820/
Administration Server http://node1.example.com:7001/
Distribution Server http://node1.example.com:7002/
Performance Metrics Server http://node1.example.com:7004/
Receiver Server http://node1.example.com:7003/

Target Database:

Micro Services URL


Service Manager Server http://node2.example.com:7820/
Administration Server http://node2.example.com:7001/
Distribution Server http://node2.example.com:7002/
Performance Metrics Server http://node2.example.com:7004/
Receiver Server http://node2.example.com:7003/

Prerequisite (Node1 and Node2):

• Oracle database Details


• Create Directory structure for GG microservices
• Create a database user for GG MS operation

Installation and configuration (Node1 and Node2):

• Install Golden Gate microservices


• Configure Golden gate microservices
• Validate the Golden Gate micro services URL

Note: All microservices handle by the web-based GUI


Prerequisite (Node1 and Node2):

Step-1 Oracle database Details

Source Database:

Target Database:

Step-2 Create Directory structure for GG micro services

[oracle@node1 ~]$ mkdir -p /u01/app/ggs --- GG_HOME

[oracle@node1 ~]$ mkdir -p /u01/app/ms --- micro services

[oracle@node1 ~]$ mkdir -p /u01/app/deployment --- Deployment


Step-3 Create database user for GG MS operation

Installation and configuration (Node1 and Node2):

Step-1 Install Golden Gate micro services

[oracle@node1 tmp]$ unzip -q GG19.1.0.0.1_MS_Linux_x86-64.zip

Select appropriate database and click on next


Specify the GG_HOME and click on next

Click on Finish
After 100% completion click on Close

Step-2 Configure Golden gate micro services

Verify below environment Variable set:

Go to OGG_HOME and execute oggca.sh


Specify the service manager deployment Home, Host name, port number

Select Add new Golden gate deployment and click Next


Specify the Deployment Name and GG_HOME and click next

Specify the deployment Home and click on next

After specifying deployment Home, it will display configuration files, parameter file, security file and
trail file default location.
Validate the variable details and click on next

Specify user and password for Microservices server login


Uncheck SSL/TSL security and click on next

Specify the port and click Next

Administration server port:7001

Distributed server port: 7002

Receiver server port: 7003

Metric Server Port: 7004


Specify the default schema for golden gate operation
Click on Finish

Execute script:

/u01/app/ms/bin/registerServiceManager.sh
Click on close

Step-3 Validate the Golden Gate micro services URL

Validating node1 micro services URL


Administration Server URL

Distribution Server URL


Performance Metrics Server URL

Receiver Server URL

You might also like