GoldenGate AdminClient Download

Facebook
Twitter
LinkedIn
Email

GoldenGate AdminClient Download for GoldenGate Microservices

GoldenGate Adminclient tool is similar in interface, in comparison to classic GGSCI command line utility. GoldenGate deployment is controlled and configured via the REST API published by the MA Servers.
You can download the tar file from the below link, and use it in less than a minute. Many times, you don’t need to download the full GoldenGate package; you simply need to download the adminclient part. Here’s how you can instantly download and use it.

GoldenGate AdminClient Download

Install PIP / PIP3

After installing the PIP utility Download the tar file using gdown utility
pip3 3install gdown
				
					raghav-mac:~ raghas$ pip3 install gdown
Collecting gdown
  Downloading gdown-5.1.0-py3-none-any.whl.metadata (5.7 kB)
Collecting beautifulsoup4 (from gdown)
  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
				
			
				
					raghav-mac:~  gdown 'https://drive.google.com/uc?id=1R3Mr6oUVsWo2fhm4lfeCuOO1vNtMhmUV'
Downloading...
From (original): https://drive.google.com/uc?id=1R3Mr6oUVsWo2fhm4lfeCuOO1vNtMhmUV
From (redirected): https://drive.google.com/uc?id=1R3Mr6oUVsWo2fhm4lfeCuOO1vNtMhmUV&confirm=t&uuid=1f4193db-1bf1-437d-b6d9-f36123e646e9
To: /Users/raghas/Adminclient.tar.gz
100%|██████████████████████████
				
			
tar -xvf Adminclient.tar.gz

Usage : connect https://HOSTNAME or IP-Address deployment Deployment_Name as Username password “Password” !
The default behaviour of Admin Client is HTTPS with valid certificate. To override certificate issue, use the ! at the end of the CONNECT command. 

				
					[opc@compute-bastian bin]$ ./adminclient
Oracle GoldenGate Administration Client for Oracle
Version 21.3.0.0.0 OGGCORE_21.3.0.0.0_PLATFORMS_210728.1047

Copyright (C) 1995, 2021, Oracle and/or its affiliates. All rights reserved.

Oracle Linux 7, x64, 64bit (optimized) on Jul 28 2021 12:32:46
Operating system character set identified as UTF-8.

OGG (not connected) 1> connect https://100.100.100.100 deployment OCIGG as oggadmin password Password_123 !

OGG (https://100.100.100.100 OCIGG) 2> info all
Program     Status      Group       Type             Lag at Chkpt  Time Since Chkpt

EXTRACT     RUNNING     EX_SWING    INTEGRATED       00:00:00      00:00:01


				
			

For more information on the Oracle documentation for Adminclient, Click here 

That’s it. Now you have the local copy of AdminClient on compute host…..Hope you found this article useful.
Disclaimer: The views expressed on this document are my own and do not necessarily reflect the views of Oracle..

Leave a Reply

Your email address will not be published. Required fields are marked *