{"id":10107,"date":"2017-05-19T10:41:34","date_gmt":"2017-05-19T08:41:34","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/"},"modified":"2022-12-23T16:55:24","modified_gmt":"2022-12-23T15:55:24","slug":"how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/","title":{"rendered":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Usually, installing the ODA Plug-in is quite easy. You just run a Self Update, then you deploy the ODA Plug-in on the Management Server, and afterwards on the Agents of your ODA Bases.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16673&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]However, not every company allows the OEM to be connected to the internet, mainly for security reasons. In that case, you have to do it manually.<\/p>\n<p>The general steps are:<\/p>\n<ul>\n<li>Get the ODA Plugin from Oracle<\/li>\n<li>Copy it to your Management Server<\/li>\n<li>Import the opar file into your OMS<\/li>\n<li>Deploy it on your Management Server<\/li>\n<li>Deploy it on your ODA Bases<\/li>\n<\/ul>\n<p>I have tried to find the ODA Plug-in on <a href=\"https:\/\/edelivery.oracle.com\/\">https:\/\/edelivery.oracle.com<\/a> , but it was impossible for me to find it there. The best resource, for downloading OEM Plug-ins is from my point of view the following page:<\/p>\n<p><a href=\"http:\/\/www.oracle.com\/technetwork\/oem\/enterprise-manager\/downloads\/oem-plugins-2882950.html\">http:\/\/www.oracle.com\/technetwork\/oem\/enterprise-manager\/downloads\/oem-plugins-2882950.html<\/a>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16675&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]The latest available ODA Plug-in is in the moment the one from the February 2016 (Version 13.1.1.1.0). Ok. Once we got it, we can copy it over to the Management Server, and import it there via the emcli interface. Make sure that you specify the full qualified path to your opar file.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ ls -l *odba*\n\n-rw-r--r-- 1 oracle oinstall 7207397 May 16 10:35 13.1.1.1.0_oracle.dba.odba_2000_0.opar\n\n$ emcli login -username=sysman\n\nEnter password :\n\nLogin successful\n\n$ emcli import_update -file=13.1.1.1.0_oracle.dba.odba_2000_0.opar \u2013omslocal\n\nUnable to read the file 13.1.1.1.0_oracle.dba.odba_2000_0.opar. \nVerify the file path, and make sure it is the absolute path. \nIn a multi-OMS setup, the request can be processed by any OMS, \nso make sure the file is available in a shared location and is accessible \nfrom the OMS that is processing the request.\n\n$ pwd\n\n\/u01\/app\/oracle\/stage\/CC13C\/Plugin\n\n$ emcli import_update -file=\/u01\/app\/oracle\/stage\/CC13C\/Plugin\/13.1.1.1.0_oracle.dba.odba_2000_0.opar -omslocal\n\nProcessing update: Plug-in - Enterprise Manager for Oracle Database Appliance \nprovides comprehensive monitoring and management for Oracle Database Appliance \nand related targets.\n\nSuccessfully uploaded the update to Enterprise Manager. \nUse the Self Update Console to manage this update.<\/pre>\n<p>After the import has finished, we can login to the Gui and do the final steps there. From the OEM home page, open the Setup menu, select Extensibility and then Plug-ins.<\/p>\n<p>Under Engineered Systems, select the Oracle Database Appliance and Deploy On and choose Management Servers.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16676&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16678&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16679&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16695&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]Oracle recommends that you take a backup of the repository, and export the first management server configuration using the command &#8220;emctl exportconfig oms&#8221;. Otherwise, ensure that appropriate recovery plan is in place prior to deploying the plug-in.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ emctl exportconfig oms [-sysman_pwd &lt;sysman password&gt;]\n      [-dir &lt;backup dir&gt;]     Specify directory to store backup file\n      [-oms_only]             Specify OMS-only backup on Admin Server host\n      [-keep_host]            Specify to backup hostname if no slb defined\n                              (Use this option only if recovery will be done\n                               on machine that responds to this hostname)\n\n$ emctl exportconfig oms -dir \/u01\/app\/oracle\/admin\/oms\/backup\/\nOracle Enterprise Manager Cloud Control 13c Release 2\nCopyright (c) 1996, 2016 Oracle Corporation.  All rights reserved.\nEnter Enterprise Manager Root (SYSMAN) Password :\nExportConfig started...\nBackup directory is \/u01\/app\/oracle\/admin\/oms\/backup\nMachine is Admin Server host. Performing Admin Server backup...\nExporting emoms properties...\nExporting secure properties...\n\nExport has determined that the OMS is not fronted\nby an SLB. The local hostname was NOT exported.\nThe exported data can be imported on any host but\nresecure of all agents will be required. Please\nsee the EM Advanced Configuration Guide for more\ndetails.\n\nExporting configuration for pluggable modules...\nPreparing archive file...\nBackup has been written to file: \/u01\/app\/oracle\/admin\/oms\/backup\/opf_ADMIN_20170518_032956.bka\n\nThe export file contains sensitive data.\n You must keep it secure.\n\nExportConfig completed successfully!<\/pre>\n<p>[\/vc_column_text][vc_column_text]Ok. After the backup was done, it is time to deploy the Plug-in on the Management Server. Please be aware, that a deployment of plug-in on the Management Server requires downtime. All currently connected users will get automatically disconnected from Enterprise Manager. During downtime, users will not be able to connect to Enterprise Manager, and Enterprise Manager will not be able to monitor any targets.<\/p>\n<p>[\/vc_column_text][image_with_animation image_url=&#8221;16682&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][image_with_animation image_url=&#8221;16683&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][image_with_animation image_url=&#8221;16684&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][vc_column_text]HINT: In case you have an OMS Active\/Active configuration, it will shutdown both OMS servers. Wait until both OMS servers are up and running before you continue with the next steps.<\/p>\n<p>Just follow the wizard to complete the deployment. This step takes about&nbsp;5 minutes, including stopping and restarting the OMS server. During the deployment use emctl status oms -details to check OMS status, and please wait until the OMS is&nbsp;up and running again, before continuing with the next steps.<\/p>\n<p>Now it&#8217;s time to deploy it on the 13cR2 Agents. For the ODA Plug-in, to work correctly, you have to deploy them on the Agents which are running on the ODA Bases, and not on the Hypervisor or any other VM, in case you have a ODA in virtualized&nbsp;mode.[\/vc_column_text][image_with_animation image_url=&#8221;16686&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][image_with_animation image_url=&#8221;16687&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][vc_column_text]Pick your Agents on the ODA Bases<\/p>\n<p>[\/vc_column_text][image_with_animation image_url=&#8221;16688&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][image_with_animation image_url=&#8221;16689&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][vc_column_text]Click on Status to monitor it, or use the emcli get_plugin_deployment_status command line to do it.&nbsp;After the successful deployment of the ODA Plug-in, you can add your ODA targets via the guided process.<\/p>\n<p>[\/vc_column_text][image_with_animation image_url=&#8221;16691&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][vc_column_text]Ready, that&#8217;s it. \ud83d\ude42<\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h3>Conclusion<\/h3>\n<p>When you found the place to download the ODA Plug-in, it is not so complicated to install it, even without any internet connect from Cloud Control to MOS. Only take care, that a rollout of the Plug-in onto the management servers requires a downtime.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Usually, installing the ODA Plug-in is quite easy. You just run a Self Update, then you deploy the ODA Plug-in on the Management Server, and afterwards on the Agents of your ODA Bases.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16673&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]However, not every company allows the OEM to be connected to the internet, mainly for security reasons. [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":10108,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[706],"type_dbi":[],"class_list":["post-10107","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring","tag-cloud-control"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2 - 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\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text]Usually, installing the ODA Plug-in is quite easy. You just run a Self Update, then you deploy the ODA Plug-in on the Management Server, and afterwards on the Agents of your ODA Bases.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16673&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]However, not every company allows the OEM to be connected to the internet, mainly for security reasons. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-19T08:41:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-23T15:55:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"407\" \/>\n\t<meta property=\"og:image:height\" content=\"156\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\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\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2\",\"datePublished\":\"2017-05-19T08:41:34+00:00\",\"dateModified\":\"2022-12-23T15:55:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\"},\"wordCount\":898,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg\",\"keywords\":[\"Cloud Control\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\",\"name\":\"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg\",\"datePublished\":\"2017-05-19T08:41:34+00:00\",\"dateModified\":\"2022-12-23T15:55:24+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg\",\"width\":407,\"height\":156},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2\"}]},{\"@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\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2 - 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\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/","og_locale":"en_US","og_type":"article","og_title":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2","og_description":"[vc_row][vc_column][vc_column_text]Usually, installing the ODA Plug-in is quite easy. You just run a Self Update, then you deploy the ODA Plug-in on the Management Server, and afterwards on the Agents of your ODA Bases.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][image_with_animation image_url=&#8221;16673&#8243; animation=&#8221;Fade In&#8221; img_link_target=&#8221;_self&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/1&#8243;][vc_column_text]However, not every company allows the OEM to be connected to the internet, mainly for security reasons. [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/","og_site_name":"dbi Blog","article_published_time":"2017-05-19T08:41:34+00:00","article_modified_time":"2022-12-23T15:55:24+00:00","og_image":[{"width":407,"height":156,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg","type":"image\/jpeg"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2","datePublished":"2017-05-19T08:41:34+00:00","dateModified":"2022-12-23T15:55:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/"},"wordCount":898,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg","keywords":["Cloud Control"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/","url":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/","name":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg","datePublished":"2017-05-19T08:41:34+00:00","dateModified":"2022-12-23T15:55:24+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Pic01.jpg","width":407,"height":156},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-manually-install-the-oda-plug-in-13-1-1-1-0-on-cloud-control-13-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to manually install the ODA Plug-in 13.1.1.1.0 on Cloud Control 13.2"}]},{"@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\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10107","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\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10107"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10107\/revisions"}],"predecessor-version":[{"id":21264,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10107\/revisions\/21264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/10108"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10107"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}