GGMicroservices

Update February 01, 2020

Creating Credentials in GoldenGate Microservices Architecture

Introduction

In this Lab, you will configure the database and protocol user credentials entries needed for replication.

Objectives

STEP 1: Create the root CDB user credential and the GoldenGate Protocol credential.

Field/Checkbox Setting
Credential Domain OGG
Credential Alias SGGATE
User ID C##GGATE@orcl
Password ggate
Verify Password ggate

Since you are configuring an non-SSL replication environment, you will need to create a “Protocol User”. A protocol user is simply a credential that uses the target ServiceManager login to allow the Distribution Service to access the Receiver Service.

Field/Checkbox Setting
Credential Domain OGG
Credential Alias WSTARGET
User ID oggadmin
Password Welcome123#
Verify Password Welcome123#

STEP 2: Create the target database user credentials using the REST API.

Next, you will create a target database User Alias which is very similar to the one that you created earlier, the difference being that this alias will be called TGGATE and will reside in the second Deployment (SanFran). This will be the GoldenGate admin user for the target database.

Below are the parameters that will be used in executing the scripts.

Field/Checkbox Setting
Credential Domain OGG
Credential Alias TGGATE
User ID GGATE@OGGOOW192
Password ggate
Verify Password ggate

To create the TGGATE connection follow the below steps:

STEP 3: Create the target GoldenGate checkpoint table using the REST API.

The Checkpoint Table can also be viewed under the TTGATE alias from the SanFran Deployment’s Administration Service > Configuration page. This is done by clicking the “log in” button and then looking under Checkpoint.

You have completed lab 300! Great Job!

Click here to return