{"id":884,"date":"2015-04-02T01:30:13","date_gmt":"2015-04-02T01:30:13","guid":{"rendered":"http:\/\/www.theSQLReport.com\/?p=884"},"modified":"2015-04-02T01:32:34","modified_gmt":"2015-04-02T01:32:34","slug":"repvfy-install-error-ora-12545","status":"publish","type":"post","link":"https:\/\/www.theSQLReport.com\/?p=884","title":{"rendered":"REPVFY INSTALL Error: ORA-12545"},"content":{"rendered":"<p>While working on an issue with\u00a0Oracle support for our Oracle Enterprise Manager 12c, I was asked to install the EMDIAG REPVFY Kit for Cloud Control 12c.<\/p>\n<p>When I attempted the install from the command line, I received the following error:<\/p>\n<pre>[oracle@myserver bin]$ .\/repvfy install -tns myserver.mydomain.com:1521:MYDB -pwd password\r\n\r\nSQL*Plus: Release 11.2.0.3.0 Production on Thu Feb 19 11:43:17 2015\r\n\r\nCopyright (c) 1982, 2011, Oracle.\u00a0 All rights reserved.\r\n\r\nSQL&gt; ERROR:\r\nORA-12545: Connect failed because target host or object does not exist\r\n\r\nSQL*Plus: Release 11.2.0.3.0 Production on Thu Feb 19 11:43:17 2015\r\n\r\nCopyright (c) 1982, 2011, Oracle.\u00a0 All rights reserved.\r\n\r\nSQL&gt; ERROR:\r\nORA-12545: Connect failed because target host or object does not exist<\/pre>\n<p><a href=\"http:\/\/www.theSQLReport.com\/wp-content\/uploads\/2015\/02\/repvfy_install_problem.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-886 size-full\" src=\"http:\/\/www.theSQLReport.com\/wp-content\/uploads\/2015\/02\/repvfy_install_problem.jpg\" alt=\"repvfy install problem\" width=\"1011\" height=\"371\" srcset=\"http:\/\/www.theSQLReport.com\/wp-content\/uploads\/2015\/02\/repvfy_install_problem.jpg 1011w, http:\/\/www.theSQLReport.com\/wp-content\/uploads\/2015\/02\/repvfy_install_problem-300x110.jpg 300w\" sizes=\"(max-width: 1011px) 100vw, 1011px\" \/><\/a><\/p>\n<h1>RESOLUTION<\/h1>\n<p>Oracle&#8217;s installation documentation, titled:\u00a0 &#8220;EMDIAG REPVFY Kit for Cloud Control 12c &#8211; Download, Install\/De-Install and Upgrade [ID 1426973.1]&#8221;, required the <strong>host:port:sid<\/strong> for the TNS parameter. Which is what I entered, and did not work.<\/p>\n<p>However this install utility uses the tnsnames.ora file.\u00a0 What I needed to do was to match the repvfy utility&#8217;s TNS parameter to net_service_name parameter in the tnsnames.ora file.<\/p>\n<p>If the entry in the tnsnames.ora file:<\/p>\n<pre>MYDB =\r\n\u00a0\u00a0\u00a0 (DESCRIPTION =\r\n\u00a0\u00a0\u00a0 (ADDRESS_LIST =\r\n\u00a0\u00a0\u00a0\u00a0\u00a0 (ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521))\r\n\u00a0\u00a0\u00a0 )\r\n\u00a0\u00a0\u00a0 (CONNECT_DATA =\r\n\u00a0\u00a0\u00a0\u00a0\u00a0 (SERVICE_NAME = MYDB)\r\n\u00a0\u00a0\u00a0 )\r\n\u00a0 )\r\n<\/pre>\n<p>Then the install string would look like:<\/p>\n<pre>[oracle@myserver bin]$ .\/repvfy install -tns MYDB -pwd password<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>While working on an issue with\u00a0Oracle support for our Oracle Enterprise Manager 12c, I was asked to install the EMDIAG REPVFY Kit for Cloud Control 12c. When I attempted the &hellip; <a class=\"readmore\" href=\"https:\/\/www.theSQLReport.com\/?p=884\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":886,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-884","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oracle"],"_links":{"self":[{"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/posts\/884"}],"collection":[{"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=884"}],"version-history":[{"count":6,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/posts\/884\/revisions"}],"predecessor-version":[{"id":915,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/posts\/884\/revisions\/915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=\/wp\/v2\/media\/886"}],"wp:attachment":[{"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.theSQLReport.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}