{"id":9989,"date":"2017-05-03T11:34:14","date_gmt":"2017-05-03T09:34:14","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/"},"modified":"2017-05-03T11:34:14","modified_gmt":"2017-05-03T09:34:14","slug":"oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/","title":{"rendered":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin"},"content":{"rendered":"<p>This post is mainly for self documentation as I have to search my old notes every time I want to do this (I am faster by searching on our blog \ud83d\ude42 ): If you want to monitor GoldenGate with Cloud Control using the <a href=\"https:\/\/docs.oracle.com\/goldengate\/em1212\/gg-emplugin\/GEMRN\/toc.htm\" target=\"_blank\" rel=\"noopener\">GoldenGate plugin<\/a> you&#8217;ll have to install the JAGENT on the host where GoldenGate is running on and the documentation is not quite clear on what you have to do exactly (at least when you want to use the silent installation). This is what you need to do for 12.2:<\/p>\n<p><!--more--><\/p>\n<p>Download &#8220;Oracle GoldenGate Monitor 12.2.1.2.0&#8221; from <a href=\"http:\/\/www.oracle.com\/technetwork\/middleware\/goldengate\/downloads\/index.html\" target=\"_blank\" rel=\"noopener\">here<\/a>. You need to have Java 8 installed (Oracle version, not openjdk) on the server you want to install the JAGENT on. You can download it from <a href=\"http:\/\/www.oracle.com\/technetwork\/java\/javase\/downloads\/jdk8-downloads-2133151.html\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/p>\n<p>Once you have Java 8 installed create a response file like this:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/var\/tmp\/ [rdbms12102] cat oggmon.rsp \n#DO NOT CHANGE THIS.\nResponse File Version=1.0.0.0.0\n[GENERIC]\n#The oracle home location. This can be an existing Oracle Home or a new Oracle Home\nORACLE_HOME=\/u01\/app\/ogg\/product\/agent\/12.2.1.2.0\nINSTALL_TYPE=GoldenGate Monitor Agent Installation\n<\/pre>\n<p>Then you are ready to install:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/var\/tmp\/ [rdbms12102] \/usr\/java\/jdk1.8.0_131\/bin\/java -jar fmw_12.2.1.2.0_ogg.jar -silent -responseFile \/var\/tmp\/oggmon.rsp  \n<\/pre>\n<p>The result when everything went fine:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\nLauncher log file is \/tmp\/OraInstall2017-05-03_11-00-32AM\/launcher2017-05-03_11-00-32AM.log.\nExtracting the installer . . . . Done\nChecking if CPU speed is above 300 MHz.   Actual 2793.552 MHz    Passed\nChecking swap space: must be greater than 512 MB.   Actual 3967 MB    Passed\nChecking if this platform requires a 64-bit JVM.   Actual 64    Passed (64-bit not required)\nChecking temp space: must be greater than 300 MB.   Actual 8719 MB    Passed\n\nPreparing to launch the Oracle Universal Installer from \/tmp\/OraInstall2017-05-03_11-00-32AM\nLog: \/tmp\/OraInstall2017-05-03_11-00-32AM\/install2017-05-03_11-00-32AM.log\nCopyright (c) 2016, Oracle and\/or its affiliates. All rights reserved.\nReading response file..\nSkipping Software Updates\nStarting check : CertifiedVersions\nExpected result: One of oracle-6,oracle-7,redhat-7,redhat-6,SuSE-11,SuSE-12\nActual Result: oracle-7.3\nCheck complete. The overall result of this check is: Passed\nCertifiedVersions Check: Success.\n\nStarting check : CheckJDKVersion\nExpected result: 1.8.0_101\nActual Result: 1.8.0_131\nCheck complete. The overall result of this check is: Passed\nCheckJDKVersion Check: Success.\n\nValidations are enabled for this session.\nVerifying data\nCopying Files\nPercent Complete : 10\nPercent Complete : 20\nPercent Complete : 30\nPercent Complete : 40\nPercent Complete : 50\nPercent Complete : 60\nPercent Complete : 70\nPercent Complete : 80\nPercent Complete : 90\nPercent Complete : 100\n\nThe installation of Oracle Fusion Middleware 12c GoldenGate Monitor &amp; Veridata 12.2.1.2.0 completed successfully.\nLogs successfully copied to \/u01\/app\/oraInventory\/logs.\n<\/pre>\n<p>Once installed you can proceed by creating the Agent instance:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/u01\/app\/ogg\/product\/agent\/12.2.1.2.0\/oggmon\/ogg_agent\/ [rdbms12102] pwd\n\/u01\/app\/ogg\/product\/agent\/12.2.1.2.0\/oggmon\/ogg_agent\noracle@oelogg1:\/u01\/app\/ogg\/product\/agent\/12.2.1.2.0\/oggmon\/ogg_agent\/ [rdbms12102] .\/createMonitorAgentInstance.sh\nPlease enter absolute path of Oracle GoldenGate home directory : \/u01\/app\/ogg\/product\/12.2.0.1.1\/\nPlease enter absolute path of OGG Agent instance : \/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst \nPlease enter unique name to replace timestamp in startMonitorAgent script (startMonitorAgentInstance_20170503113738.sh) : \nSuccessfully created OGG Agent instance.\n<\/pre>\n<p>Create the wallet for the Agent:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/bin\/ [rdbms12102] pwd\n\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/bin\noracle@oelogg1:\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/bin\/ [rdbms12102] export JAVA_HOME=\/usr\/java\/jdk1.8.0_131\noracle@oelogg1:\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/bin\/ [rdbms12102] .\/pw_agent_util.sh -jagentonly\nPlease create a password for Java Agent: \nPlease confirm password for Java Agent: \nMay 03, 2017 11:46:06 AM oracle.security.jps.JpsStartup start\nINFO: Jps initializing.\nMay 03, 2017 11:46:06 AM oracle.security.jps.JpsStartup start\nINFO: Jps started.\nWallet is created successfully.\n<\/pre>\n<p>Adjust the Agent configuration file for your environment:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/cfg\/ [rdbms12102] pwd\n\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/cfg\noracle@oelogg1:\/u01\/app\/ogg\/product\/12.2.0.1.1\/agent_inst\/cfg\/ [rdbms12102] cat Config.properties | egrep -v \"^#|^$\"\njagent.host=localhost\njagent.jmx.port=5555\ninterval.regular=60\ninterval.quick=30\nmonitor.host=localhost\nmonitor.jmx.port=5502\nmonitor.jmx.username=oggmsjmxusr\njagent.username=oggmajmxusr\nreg.retry.interval=10\ninstance.query.initial.interval=5\nincremental.registration.quiet.interval=5\nmaximum.message.retrieval=500\njagent.rmi.port=5559\nagent.type.enabled=OEM\nstatus.polling.interval=5\nmessage.polling.interval=5\nreg.retry.times=-1\njagent.backward.compatibility=false\njagent.ssl=false\njagent.keystore.file=jagentKeyStore\njagent.truststore.file=jagentKeyStore\njagent.restful.ws.timeout=15000\njagent.ggsci.timeout=30\n<\/pre>\n<p>Make sure you change &#8220;agent.type.enabled&#8221; to &#8220;OEM&#8221;.<\/p>\n<p>Enable monitoring in the <a href=\"http:\/\/docs.oracle.com\/goldengate\/c1221\/gg-winux\/GWUAD\/getting-started-oracle-goldengate-process-interfaces.htm#GWUAD166\" target=\"_blank\" rel=\"noopener\">GLOBALS<\/a> file:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/var\/tmp\/ [OGG122] ggi\n\nOracle GoldenGate Command Interpreter for Oracle\nVersion 12.2.0.1.1 OGGCORE_12.2.0.1.0_PLATFORMS_151211.1401_FBO\nLinux, x64, 64bit (optimized), Oracle 12c on Dec 12 2015 02:56:48\nOperating system character set identified as UTF-8.\n\nCopyright (C) 1995, 2015, Oracle and\/or its affiliates. All rights reserved.\n\nGGSCI (oelogg1) 1&gt; view params .\/GLOBALS\n\nENABLEMONITORING\n<\/pre>\n<p>Restart ggscsi:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\noracle@oelogg1:\/var\/tmp\/ [OGG122] ggi\n\nOracle GoldenGate Command Interpreter for Oracle\nVersion 12.2.0.1.1 OGGCORE_12.2.0.1.0_PLATFORMS_151211.1401_FBO\nLinux, x64, 64bit (optimized), Oracle 12c on Dec 12 2015 02:56:48\nOperating system character set identified as UTF-8.\n\nCopyright (C) 1995, 2015, Oracle and\/or its affiliates. All rights reserved.\n\n\n\nGGSCI (oelogg1) 1&gt; info all\n\nProgram     Status      Group       Lag at Chkpt  Time Since Chkpt\n\nMANAGER     RUNNING                                           \nJAGENT      STOPPED                                           \n\n\nGGSCI (oelogg1) 2&gt; start jagent\n\nSending START request to MANAGER ...\nGGCMD JAGENT starting\n\n\nGGSCI (oelogg1) 3&gt; info all\n\nProgram     Status      Group       Lag at Chkpt  Time Since Chkpt\n\nMANAGER     RUNNING                                           \nJAGENT      RUNNING                              \n<\/pre>\n<p>&#8230; and you&#8217;re done. Hope this helps.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is mainly for self documentation as I have to search my old notes every time I want to do this (I am faster by searching on our blog \ud83d\ude42 ): If you want to monitor GoldenGate with Cloud Control using the GoldenGate plugin you&#8217;ll have to install the JAGENT on the host where [&hellip;]<\/p>\n","protected":false},"author":29,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[706,328,1083,96],"type_dbi":[],"class_list":["post-9989","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","tag-cloud-control","tag-goldengate","tag-ogg-plugin","tag-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin\" \/>\n<meta property=\"og:description\" content=\"This post is mainly for self documentation as I have to search my old notes every time I want to do this (I am faster by searching on our blog \ud83d\ude42 ): If you want to monitor GoldenGate with Cloud Control using the GoldenGate plugin you&#8217;ll have to install the JAGENT on the host where [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-03T09:34:14+00:00\" \/>\n<meta name=\"author\" content=\"Daniel Westermann\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@westermanndanie\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniel Westermann\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/\"},\"author\":{\"name\":\"Daniel Westermann\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d08e9bd996a89bd75c0286cbabf3c66\"},\"headline\":\"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin\",\"datePublished\":\"2017-05-03T09:34:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/\"},\"wordCount\":205,\"commentCount\":0,\"keywords\":[\"Cloud Control\",\"GoldenGate\",\"OGG Plugin\",\"Oracle\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/\",\"name\":\"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2017-05-03T09:34:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d08e9bd996a89bd75c0286cbabf3c66\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d08e9bd996a89bd75c0286cbabf3c66\",\"name\":\"Daniel Westermann\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"caption\":\"Daniel Westermann\"},\"description\":\"Daniel Westermann is Principal Consultant and Technology Leader Open Infrastructure at dbi services. He has more than 15 years of experience in management, engineering and optimization of databases and infrastructures, especially on Oracle and PostgreSQL. Since the beginning of his career, he has specialized in Oracle Technologies and is Oracle Certified Professional 12c and Oracle Certified Expert RAC\\\/GridInfra. Over time, Daniel has become increasingly interested in open source technologies, becoming \u201cTechnology Leader Open Infrastructure\u201d and PostgreSQL expert. \u00a0Based on community or EnterpriseDB tools, he develops and installs complex high available solutions with PostgreSQL. He is also a certified PostgreSQL Plus 9.0 Professional and a Postgres Advanced Server 9.4 Professional. He is a regular speaker at PostgreSQL conferences in Switzerland and Europe. Today Daniel is also supporting our customers on AWS services such as AWS RDS, database migrations into the cloud, EC2 and automated infrastructure management with AWS SSM (System Manager). He is a certified AWS Solutions Architect Professional. Prior to dbi services, Daniel was Management System Engineer at LC SYSTEMS-Engineering AG in Basel. Before that, he worked as Oracle Developper &amp;\u00a0Project Manager at Delta Energy Solutions AG in Basel (today Powel AG). Daniel holds a diploma in Business Informatics (DHBW, Germany). His branch-related experience mainly covers the pharma industry, the financial sector, energy, lottery and telecommunications.\",\"sameAs\":[\"https:\\\/\\\/x.com\\\/westermanndanie\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/daniel-westermann\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin","og_description":"This post is mainly for self documentation as I have to search my old notes every time I want to do this (I am faster by searching on our blog \ud83d\ude42 ): If you want to monitor GoldenGate with Cloud Control using the GoldenGate plugin you&#8217;ll have to install the JAGENT on the host where [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/","og_site_name":"dbi Blog","article_published_time":"2017-05-03T09:34:14+00:00","author":"Daniel Westermann","twitter_card":"summary_large_image","twitter_creator":"@westermanndanie","twitter_misc":{"Written by":"Daniel Westermann","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/"},"author":{"name":"Daniel Westermann","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66"},"headline":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin","datePublished":"2017-05-03T09:34:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/"},"wordCount":205,"commentCount":0,"keywords":["Cloud Control","GoldenGate","OGG Plugin","Oracle"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/","name":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-05-03T09:34:14+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-ogg-jagent-12-2-installation-for-goldengate-monitoring-using-the-cloud-control-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66","name":"Daniel Westermann","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","caption":"Daniel Westermann"},"description":"Daniel Westermann is Principal Consultant and Technology Leader Open Infrastructure at dbi services. He has more than 15 years of experience in management, engineering and optimization of databases and infrastructures, especially on Oracle and PostgreSQL. Since the beginning of his career, he has specialized in Oracle Technologies and is Oracle Certified Professional 12c and Oracle Certified Expert RAC\/GridInfra. Over time, Daniel has become increasingly interested in open source technologies, becoming \u201cTechnology Leader Open Infrastructure\u201d and PostgreSQL expert. \u00a0Based on community or EnterpriseDB tools, he develops and installs complex high available solutions with PostgreSQL. He is also a certified PostgreSQL Plus 9.0 Professional and a Postgres Advanced Server 9.4 Professional. He is a regular speaker at PostgreSQL conferences in Switzerland and Europe. Today Daniel is also supporting our customers on AWS services such as AWS RDS, database migrations into the cloud, EC2 and automated infrastructure management with AWS SSM (System Manager). He is a certified AWS Solutions Architect Professional. Prior to dbi services, Daniel was Management System Engineer at LC SYSTEMS-Engineering AG in Basel. Before that, he worked as Oracle Developper &amp;\u00a0Project Manager at Delta Energy Solutions AG in Basel (today Powel AG). Daniel holds a diploma in Business Informatics (DHBW, Germany). His branch-related experience mainly covers the pharma industry, the financial sector, energy, lottery and telecommunications.","sameAs":["https:\/\/x.com\/westermanndanie"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/daniel-westermann\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=9989"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9989\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=9989"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=9989"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=9989"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=9989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}