{"id":647,"date":"2013-11-18T16:33:59","date_gmt":"2013-11-18T19:33:59","guid":{"rendered":"http:\/\/www.dbarj.com.br\/?p=647"},"modified":"2014-08-10T11:10:52","modified_gmt":"2014-08-10T14:10:52","slug":"installing-oracle-em-12c-agent-windows-manually","status":"publish","type":"post","link":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/","title":{"rendered":"Installing Oracle EM 12c agent on Windows manually"},"content":{"rendered":"<p>In this tutorial I will explain how to install the Oracle Enterprise Manager 12c agent on Windows. The method via Cloud Control&#8217;s website is not always intuitive and simple, since it requires an SSH client for Windows running on your server.<\/p>\n<h3>1) Verifying if the agent exists on OMS.<\/h3>\n<p>To begin, open your Cloud Control and go to &#8220;Setup -&gt; Extensibility -&gt; Self Update&#8221;. Open the &#8220;Agent Software&#8221; folder and check if the Agent Software of Windows x64 is with status &#8220;Applied&#8221;, as in the image below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1319\" height=\"321\" class=\"alignnone size-full wp-image-536\" alt=\"\" src=\"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png\" srcset=\"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png 1319w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab-300x73.png 300w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab-1024x249.png 1024w\" sizes=\"auto, (max-width: 1319px) 100vw, 1319px\" \/><\/p>\n<p>If the agent is not applied, you need to download it, deploy and then activate it.<\/p>\n<h3>2) Download the Agent installer<\/h3>\n<p>With your agent activated, we will now download it from your OMS server. Access your OMS Server and download the package so we can later install it manually on Windows.<\/p>\n<p>First, log in with emcli:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oracle@ec12mntrjr001 ~]$ emcli login -username=sysman\r\nEnter password :\r\n\r\nLogin successful\r\n[oracle@ec12mntrjr001 ~]$<\/pre>\n<p>Let&#8217;s check if the agent is really available (we have already done this check in step 1):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oracle@ec12mntrjr001 ~]$ emcli get_supported_platforms\r\nGetting list of platforms ...\r\nCheck the logs at \/opt\/app\/oracle\/em12cR2\/Middleware\/gc_inst\/em\/EMGC_OMS1\/sysman\/emcli\/setup\/.emcli\/agent.log\r\nAbout to access self-update code path to retrieve the platforms list..\r\nGetting Platforms list  ...\r\n-----------------------------------------------\r\nVersion = 12.1.0.2.0\r\n Platform = Linux x86-64\r\n-----------------------------------------------\r\nVersion = 12.1.0.1.0\r\n Platform = Linux x86-64\r\n-----------------------------------------------\r\nVersion = 12.1.0.1.0\r\n Platform = Oracle Solaris on SPARC (64-bit)\r\n-----------------------------------------------\r\nVersion = 12.1.0.1.0\r\n Platform = Oracle Solaris on x86-64 (64-bit)\r\n-----------------------------------------------\r\nVersion = 12.1.0.1.0\r\n Platform = Microsoft Windows x64 (64-bit)\r\n-----------------------------------------------\r\nVersion = 12.1.0.1.0\r\n Platform = HP-UX Itanium\r\n-----------------------------------------------\r\nPlatforms list displayed successfully.\r\n[oracle@ec12mntrjr001 ~]$<\/pre>\n<p>Great, let&#8217;s download the installer to the local folder. This folder must be empty. Version 12.1.0.3 onwards will generate two files, one for the agent and one for the plugin:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oracle@ec12mntrjr001 ~]$ emcli get_agentimage -destination=\/home\/oracle -platform=\"Microsoft Windows x64 (64-bit)\" -version=\"12.1.0.1.0\"\r\nPlatform:Microsoft Windows x64 (64-bit)\r\nDestination:\/home\/oracle\r\n === Partition Detail ===\r\nSpace free : 13 GB\r\nSpace required : 1 GB\r\nCheck the logs at \/opt\/app\/oracle\/em12cR2\/Middleware\/gc_inst\/em\/EMGC_OMS1\/sysman\/emcli\/setup\/.emcli\/get_agentimage_2013-11-08_16-04-37-PM.log\r\nSetting property ORACLE_HOME to:\/opt\/app\/oracle\/em12cR2\/Middleware\/oms\r\ncalling pulloneoffs with arguments:\/opt\/app\/oracle\/em12cR2\/Middleware\/oms\/opt\/software\/72\/C1D0CDE7DD23F299E040DD0AEF3F63BD12.1.0.1.0windows_x64\r\nCheck this logs for more information: \/opt\/app\/oracle\/em12cR2\/Middleware\/oms\/sysman\/prov\/agentpush\/logs\r\n[oracle@ec12mntrjr001 ~]$ ls -la\r\ntotal 472424\r\ndrwx------ 10 oracle oinstall      4096 Nov  8 16:04 .\r\ndrwxr-xr-x  3 root   root          4096 May  8  2012 ..\r\n-rw-r-----  1 oracle oinstall 243272366 Nov  8 16:04 12.1.0.1.0_AgentCore_233.zip\r\n[oracle@ec12mntrjr001 ~]$<\/pre>\n<p>Finally, upload the generated &#8220;12.1.0.1.0_AgentCore_233.zip&#8221; (or any similar version) from your server to the client machine running Windows. In my case, I downloaded it to a temporary server via SFTP and then sent to the client using Remote Desktop.<\/p>\n<h3>4) Change the host file on your server<\/h3>\n<p>Edit the file &#8220;C:\\Windows\\System32\\drivers\\etc\\hosts&#8221; and add (or uncomment) lines, so that it stays similiar to the following:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">#Your host\r\n127.0.0.1       localhost.local localhost\r\n10.192.12.77\tYOURMACHINENAME.local YOURMACHINENAME\r\n#EMC 12C\r\n10.221.63.239   ec12mntrjr001.local ec12mntrjr001<\/pre>\n<h3>5) Create an agent registration password<\/h3>\n<p>Open your OEM Cloud Control, and access the &#8220;Setup -&gt; Security -&gt; Registration Passwords&#8221; menu:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1169\" height=\"741\" class=\"alignnone size-full wp-image-540\" alt=\"\" src=\"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_528a673a1559c.png\" srcset=\"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_528a673a1559c.png 1169w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_528a673a1559c-300x190.png 300w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_528a673a1559c-1024x649.png 1024w\" sizes=\"auto, (max-width: 1169px) 100vw, 1169px\" \/><\/p>\n<p>Make a new password and write down somewhere. In my case, I created a password &#8220;abc123&#8221; expiring on the next day.<\/p>\n<h3>6) Generate agent.rsp file<\/h3>\n<p>Create a new &#8220;agent.rsp&#8221; file and set only some basic parameters for the installation:<br \/>\nExample:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">OMS_HOST=ec12mntrjr001\r\nEM_UPLOAD_PORT=4901\r\nAGENT_REGISTRATION_PASSWORD=abc123\r\nAGENT_PORT=3872\r\nORACLE_HOSTNAME=10.192.12.77<\/pre>\n<p>The &#8220;ORACLE_HOSTNAME&#8221; field will set the server name that will appear in the &#8220;hosts&#8221; interface of your OEM Cloud Control Panel. In my case, I adopt the standard to put the server IP.<\/p>\n<h3>7) Unpack and install the agent<\/h3>\n<p>Unzip the downloaded zip file &#8220;12.1.0.1.0_AgentCore_233.zip&#8221; to some directory. Create a directory where the agent will be installed, in my case, I chosed &#8220;c:\\agent12c&#8221; (avoid spaces).<\/p>\n<p><strong>PS<\/strong>: In version <span style=\"text-decoration: underline;\"><strong>12.1.0.3<\/strong><\/span>, you must leave the plugin file &#8220;12.1.0.3.0_PluginsOneoffs_233.zip&#8221; zipped in the same location where the file above was unzipped, next to the file &#8220;agentDeploy.bat&#8221;. Check how it must stay:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"215\" class=\"alignnone size-full wp-image-640\" alt=\"\" src=\"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288d48415f2.png\" srcset=\"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288d48415f2.png 633w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288d48415f2-300x101.png 300w\" sizes=\"auto, (max-width: 633px) 100vw, 633px\" \/><\/p>\n<p>If this is not done during installation, you may receive the error:<\/p>\n<blockquote><p><em>&#8220;The Management Agent configuration failed. The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed, or this plug-in may not be present in the Management Agent software. Ensure that the Management Agent software has the oracle.sysman.oh monitoring plug-in, if not then retry the operation. If the agent software has the oracle.sysman.oh monitoring plug-in, view the plug-in deployment log E:\\app\\Administrator\\agent12c\\agent_inst\\install\\logs to check if the plug-in configuration for the oracle.sysman.oh monitoring plug-in failed.&#8221;<\/em><\/p><\/blockquote>\n<p>Now open a command prompt and run from the folder where you unzipped the file:<br \/>\n&#8211; agentDeploy.bat AGENT_BASE_DIR=C:\\agent12c RESPONSE_FILE=C:\\Users\\Administrator\\Desktop\\agent\\agent.rsp<\/p>\n<pre class=\"lang:batch decode:true\">Microsoft Windows [Version 6.1.7600]\r\nCopyright (c) 2009 Microsoft Corporation.  All rights reserved.\r\n\r\nC:\\Users\\Administrator&gt;cd Desktop\\agent\\12.1.0.1.0_AgentCore_233\r\n\r\nC:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233&gt;agentDeploy.bat AGENT_BASE_DIR=C:\\agent12c RESPONSE_FILE=C:\\Users\\Administrator\\Desktop\\agent\\agent.rsp\r\nC:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\r\nPresent working directory:C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\r\nArchive location:C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\r\ndirectory\r\nAGENT_BASE_DIR\r\nAGENT_BASE_DIR\r\nC:\\agent12c\r\nAgent base directory:C:\\agent12c\r\nC:\\agent12c\r\nRESPONSE_FILE\r\nC:\\Users\\Administrator\\Desktop\\agent\\agent.rsp\r\nAgent base directory:C:\\agent12c\r\nOMS Host:\r\nAgent image loc : \"C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\"\r\nC:\\agent12c configonlyfalse\r\nReading the properties file: \"C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\"\\agentimage.properties\r\n        1 file(s) copied.\r\nThis is the version 12.1.0.1.0\r\nThis is the type core\r\nThis is the aru id 233\r\n\"Validating the OMS_HOST &amp; EM_UPLOAD_PORT\"\r\n\"C:\\agent12c\\core\\12.1.0.1.0\"\r\n\"Executing command : C:\\agent12c\\core\\12.1.0.1.0\\jdk\\bin\\java -classpath C:\\agent12c\\core\\12.1.0.1.0\\jlib\\agentInstaller.jar:C:\\agent12c\\core\\12.1.0.1.0\\oui\\jlib\\OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller C:\\agent12c\\core\\12.1.0.1.0 \"C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\" C:\\agent12c -prereq\"\r\n\r\nValidando o host e a porta de oms com o url: http:\/\/ec12mntrjr001:4901\/empbs\/genwallet\r\nValidando o host e a porta de oms com o url: https:\/\/ec12mntrjr001:4901\/empbs\/genwallet\r\nReturn status:3\r\n\"C:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233\"\\12.1.0.1.0_PluginsOneoffs_233.zip\r\n\"Executing command : C:\\agent12c\\core\\12.1.0.1.0\\jdk\\bin\\java -classpath C:\\agent12c\\core\\12.1.0.1.0\\jlib\\OraInstaller.jar:C:\\agent12c\\core\\12.1.0.1.0\\sysman\\jlib\\emInstaller.jar:C:\\agent12c\\core\\12.1.0.1.0\\jlib\\xmlparserv2.jar:C:\\agent12c\\core\\12.1.0.1.0\\jlib\\srvm.jar:C:\\agent12c\\core\\12.1.0.1.0\\jlib\\emCfg.jar:C:\\agent12c\\core\\12.1.0.1.0\\sysman\\jlib\\agentInstaller.jar oracle.sysman.agent.installer.AgentInstaller C:\\agent12c\\core\\12.1.0.1.0\"\r\n\r\nExecutando pr\u00da-requisitos de instala\u00fe\u00d2o do agente...\r\nExecutando comando: C:\\agent12c\\core\\12.1.0.1.0\\oui\\bin\\setup.exe -ignoreSysPrereqs -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion  -prereqlogloc C:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\agentDeploy -entryPoint oracle.sysman.top.agent_Complete -detailedExitCodes PREREQ_CONFIG_LOCATION=C:\\agent12c\\core\\12.1.0.1.0\\prereqs  -J-DORACLE_HOSTNAME=10.192.12.77\r\nPrereq Logs Location:C:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\agentDeploy\\prereq&lt;timestamp&gt;.log\r\nPr\u00da-requisitos de instala\u00fe\u00d2o do agente conclu\u00dddos com sucesso\r\n\r\nClonando o home do agente...\r\nExecutando comando: C:\\agent12c\\core\\12.1.0.1.0\\oui\\bin\\setup.exe -ignoreSysPrereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=C:\\agent12c\\core\\12.1.0.1.0 -responseFile C:\\Users\\Administrator\\Desktop\\agent\\agent.rsp AGENT_BASE_DIR=C:\/agent12c AGENT_BASE_DIR=C:\/agent12c RESPONSE_FILE=C:\\Users\\Administrator\\Desktop\\agent\\agent.rsp -noconfig  ORACLE_HOME_NAME=agent12c2 -force\r\nClone Action Logs Location:C:\\Program Files\\Oracle\\Inventory\\logs\\cloneActions&lt;timestamp&gt;.log\r\nClonagem do home do agente conclu\u00ddda com sucesso\r\n\r\nAnexando home do sbin...\r\nExecutando comando: C:\\agent12c\\core\\12.1.0.1.0\\oui\\bin\\setup.exe -ignoreSysPrereqs -attachHome -waitForCompletion -nowait ORACLE_HOME=C:\\agent12c\\sbin ORACLE_HOME_NAME=sbin12c2 -force\r\nAttach Home Logs Location:C:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\agentDeploy\\AttachHome&lt;timestamp&gt;.log\r\nAnexa\u00fe\u00d2o do home do sbin conclu\u00ddda com sucesso.\r\n\r\nUpdating home dependencies...\r\nExecutando comando: C:\\agent12c\\core\\12.1.0.1.0\\oui\\bin\\setup.exe -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST=\"C:\\agent12c\\sbin:C:\\agent12c\\core\\12.1.0.1.0\" -invPtrLoc C:\\agent12c\\core\\12.1.0.1.0\\oraInst.loc -force\r\nUpdate Home Dependencies Location:C:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\agentDeploy\\UpdateHomeDeps&lt;timestamp&gt;.log\r\nAtualiza\u00fe\u00d2o da depend\u00dbncia do home conclu\u00ddda com sucesso.\r\n\r\nExecutando a configura\u00fe\u00d2o do agente...\r\nExecutando comando: C:\\agent12c\\core\\12.1.0.1.0\\oui\\bin\\runConfig.bat ORACLE_HOME=C:\\agent12c\\core\\12.1.0.1.0 RESPONSE_FILE=C:\\agent12c\\core\\12.1.0.1.0\\agent.rsp ACTION=configure MODE=perform COMPONENT_XML={oracle.sysman.top.agent.11_1_0_1_0.xml} RERUN=true\r\nConfiguration Log Location:C:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\cfgfw\\CfmLogger&lt;timestamp&gt;.log\r\nAgent Configuration completed successfully\r\nAgent deployment log location:\r\nC:\\agent12c\\core\\12.1.0.1.0\\cfgtoollogs\\agentDeploy\\agentDeploy_&lt;timestamp&gt;.log\r\nAgent deployment completed successfully.\r\nC:\\Users\\Administrator\\Desktop\\agent\\12.1.0.1.0_AgentCore_233&gt;<\/pre>\n<p>Great, your agent was installed and successfully deployed.<\/p>\n<p>NOTE:\u00a0In version\u00a0<strong>12.1.0.3<\/strong>, an screen with Windows error may appear as below. If it appears, click &#8220;Close the Program&#8221; and ignore the message:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"207\" class=\"alignnone size-full wp-image-641\" alt=\"\" src=\"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288e6f8d4c1.png\" srcset=\"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288e6f8d4c1.png 467w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2014\/03\/img_53288e6f8d4c1-300x132.png 300w\" sizes=\"auto, (max-width: 467px) 100vw, 467px\" \/><\/p>\n<h3>8) Add the targets in OEM<\/h3>\n<p>Finally, access the web interface of your OEM again and add the targets of your new monitored host!<\/p>\n<b>Have you enjoyed? Please leave a comment or give a \ud83d\udc4d!<\/b>\n<div class='watch-action'><div class='watch-position align-left'><div class='action-like'><a class='lbg-style2 like-647 jlk' href='javascript:void(0)' data-task='like' data-post_id='647' data-nonce='de4404f630' rel='nofollow'><img class='wti-pixel' src='https:\/\/www.dbarj.com.br\/wp-content\/plugins\/wti-like-post\/images\/pixel.gif' title='Like' \/><span class='lc-647 lc'>+37<\/span><\/a><\/div><\/div> <div class='status-647 status align-left'><\/div><\/div><div class='wti-clear'><\/div>","protected":false},"excerpt":{"rendered":"<p>In this tutorial I will explain how to install the Oracle Enterprise Manager 12c agent on Windows. The method via Cloud Control&#8217;s website is not always intuitive and simple, since it requires an SSH client for Windows running on your server. 1) Verifying if the agent exists on OMS. To begin, open your Cloud Control &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/\">Continue reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-647","post","type-post","status-publish","format-standard","hentry","category-oem12c-en","item-wrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Installing Oracle EM 12c agent on Windows manually - DBA - Rodrigo Jorge - Oracle Tips and Guides<\/title>\n<meta name=\"description\" content=\"Learn how to install the Oracle EM 12c agent on Windows manually.\" \/>\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.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DBA RJ\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/\"},\"author\":{\"name\":\"DBA RJ\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"headline\":\"Installing Oracle EM 12c agent on Windows manually\",\"datePublished\":\"2013-11-18T19:33:59+00:00\",\"dateModified\":\"2014-08-10T14:10:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/\"},\"wordCount\":623,\"commentCount\":15,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2013\\\/11\\\/img_5283778fe78ab.png\",\"articleSection\":[\"Enterprise Manager 12c\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/\",\"name\":\"Installing Oracle EM 12c agent on Windows manually - DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2013\\\/11\\\/img_5283778fe78ab.png\",\"datePublished\":\"2013-11-18T19:33:59+00:00\",\"dateModified\":\"2014-08-10T14:10:52+00:00\",\"description\":\"Learn how to install the Oracle EM 12c agent on Windows manually.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#primaryimage\",\"url\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2013\\\/11\\\/img_5283778fe78ab.png\",\"contentUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2013\\\/11\\\/img_5283778fe78ab.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2013\\\/11\\\/installing-oracle-em-12c-agent-windows-manually\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Oracle EM 12c agent on Windows manually\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\",\"name\":\"DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"description\":\"Blog about Databases, Security and High Availability\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\",\"name\":\"DBA RJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"contentUrl\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"width\":712,\"height\":712,\"caption\":\"DBA RJ\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing Oracle EM 12c agent on Windows manually - DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Learn how to install the Oracle EM 12c agent on Windows manually.","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.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/","twitter_misc":{"Written by":"DBA RJ","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#article","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/"},"author":{"name":"DBA RJ","@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"headline":"Installing Oracle EM 12c agent on Windows manually","datePublished":"2013-11-18T19:33:59+00:00","dateModified":"2014-08-10T14:10:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/"},"wordCount":623,"commentCount":15,"publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"image":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png","articleSection":["Enterprise Manager 12c"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/","url":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/","name":"Installing Oracle EM 12c agent on Windows manually - DBA - Rodrigo Jorge - Oracle Tips and Guides","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#primaryimage"},"image":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png","datePublished":"2013-11-18T19:33:59+00:00","dateModified":"2014-08-10T14:10:52+00:00","description":"Learn how to install the Oracle EM 12c agent on Windows manually.","breadcrumb":{"@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#primaryimage","url":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png","contentUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2013\/11\/img_5283778fe78ab.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbarj.com.br\/en\/2013\/11\/installing-oracle-em-12c-agent-windows-manually\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dbarj.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Installing Oracle EM 12c agent on Windows manually"}]},{"@type":"WebSite","@id":"https:\/\/www.dbarj.com.br\/en\/#website","url":"https:\/\/www.dbarj.com.br\/en\/","name":"DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Blog about Databases, Security and High Availability","publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbarj.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9","name":"DBA RJ","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","url":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","contentUrl":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","width":712,"height":712,"caption":"DBA RJ"},"logo":{"@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png"}}]}},"_links":{"self":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/comments?post=647"}],"version-history":[{"count":0,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/647\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/media?parent=647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/categories?post=647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/tags?post=647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}