Follow the Steps to Create the Oracle Wallet when setting up the OEM Plugin for GoldenGate
Download GoldenGate Monitor 12.2.1.2.0 & Java-8u202
Untar the files and Set JAVA_HOME & PATH
Run the Installation using java -jar fmw_12.2.1.2.0_ogg.jar
After the installation is completed, run CreateMonitorAgentInstance.sh script.
Now, update the following config.properfies file under the OGG Agent Instance Directory
- jagent.host=ggsrv01.localdomain (default is localhost)
- jagent.jmx.port=5555 (default is 5555)
- jagent.username=oracle (default oggmajmxuser
- jagent.rmi.port=5559 (default is 5559)
- agent.type.enabled=OEM (default is OGGMON)
Now create a password that will be stored in the wallet directory under $OGG_HOME
- ./pw_agent_util.sh -jagentonly
The rest is covered in the following oracle documentation,
https://docs.oracle.com/goldengate/em1321/gg-emplugin/EMGGP/GUID-9D8F428D-5EFA-43BA-8CBD-987D57F3B25E.htm#EMGGP-GUID-9D8F428D-5EFA-43BA-8CBD-987D57F3B25E
https://docs.oracle.com/goldengate/em1321/gg-emplugin/EMGGP/toc.htm
Regards,
--Adnaan