{"id":4268,"date":"2015-01-20T00:10:00","date_gmt":"2015-01-19T23:10:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/"},"modified":"2015-01-20T00:10:00","modified_gmt":"2015-01-19T23:10:00","slug":"opatch-and-qarchive-not-appliedq-error","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/","title":{"rendered":"Oracle OPatch and &#8220;Archive not applied&#8221; error"},"content":{"rendered":"<p>Recently, I have installed an Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error &#8220;Archive not applied&#8221; and the job failed. This is how to quickly fix this issue.<\/p>\n<p>While installing the PSU 11.2.0.4.4 from October 2014 on my Oracle 11.2.0.4 database server, I experienced the following error:<\/p>\n<p><samp>The following actions have failed:<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libserver11.a\/kjb.o to <strong><span style=\"color: #ff0000\">\/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib<\/span><\/strong>\/libserver11.a&#8230; &#8221;<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libpls11.a\/pevmexe.o to \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/libpls11.a&#8230; &#8221;<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libclient11.a\/knoggcap.o to \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/libclient11.a&#8230; &#8221;<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libgeneric11.a\/qcd.o to \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/libgeneric11.a&#8230; &#8221;<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libpls11_pic.a\/pevmexe_pic.o to \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/libpls11_pic.a&#8230; &#8221;<br \/>\nArchive not applied \/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/17478514\/files\/lib\/libxml11.a\/lpxm.o to \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/libxml11.a&#8230; &#8221;<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p><samp>Do you want to proceed? [y|n]<br \/>\nn<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p>Typically, this error appears when there are permission issues in the Oracle directories. Here, the\u00a0<span style=\"color: #ff0000\">\/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib<\/span> directory seemed to by the cause of my error. So I checked my environment. By invoking OPatch with the Oracle user, access should be gained to that directory:<\/p>\n<p>&nbsp;<\/p>\n<p><samp>oracle@srvora01 ~]$ id<br \/>\nuid=54321(<strong><span style=\"color: #00ff00\">oracle<\/span><\/strong>) gid=54321(<strong><span style=\"color: #00ff00\">oinstall<\/span><\/strong>) groups=54321(oinstall),54322(dba)<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p>I am connected as &#8220;oracle&#8221; user, member of the &#8220;oinstall&#8221; group.<\/p>\n<p>&nbsp;<\/p>\n<p><samp>[oracle@srvora01 ~]$ ls -ld \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib<br \/>\ndrwxr-xr-x 4 <strong><span style=\"color: #00ff00\">oracle oinstall<\/span><\/strong> 12288 Jan 16 13:10 \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/lib\/oracle\/soft\/11.2.0.4\/psu 11.2.0.4.4\/19791364\/19121551\/<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p>As you can see, my &#8220;lib&#8221; directory is owned by &#8220;oracle&#8221; with the &#8220;oinstall&#8221; group. So there are definitely no issues with permissions here \ud83d\ude41<br \/>\nI was very surpised during a few minutes! But I discovered an issue in the path of the patch I wanted to deploy:<\/p>\n<p>&nbsp;<\/p>\n<p><samp>[oracle@srvora01 19121551]$ pwd<br \/>\n\/oracle\/soft\/11.2.0.4\/<span style=\"background-color: #ff0000\">psu 11.2.0.4.4<\/span>\/19791364\/19121551\/<\/samp><samp><\/samp><\/p>\n<p>&nbsp;<\/p>\n<p>Do you see my mistake? I used a space character in the name of the directory containing the patch to apply. And OPatch does not like space characters, definitely&#8230;<\/p>\n<p>Once my mistake discovered, I just had to rename my directory and run the OPatch again:<\/p>\n<p>&nbsp;<\/p>\n<p><samp>[oracle@srvora01 ~]$ mv &#8220;\/oracle\/soft\/11.2.0.4\/<strong><span style=\"color: #ff0000\">psu 11.2.0.4.4\/<\/span><\/strong>&#8221; &#8220;<strong><span style=\"color: #00ff00\">\/oracle\/soft\/11.2.0.4\/psu_11.2.0.4.4\/<\/span><\/strong>&#8220;<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p><samp>[oracle@vmreforadg01 ~]$ cd \/oracle\/soft\/11.2.0.4\/psu_11.2.0.4.4\/19791364\/19121551<br \/>\n[oracle@vmreforadg01 19121551]$ opatch apply<br \/>\nOracle Interim Patch Installer version 11.2.0.3.6<br \/>\nCopyright (c) 2013, Oracle Corporation.\u00a0 All rights reserved.<br \/>\n&#8230;<\/samp><\/p>\n<p>&nbsp;<\/p>\n<p>The patch was installed successfully:<\/p>\n<p>&nbsp;<\/p>\n<p><samp>[oracle@vmreforadg01 19121551]$ opatch lsinventory<br \/>\nOracle Interim Patch Installer version 11.2.0.3.6<br \/>\nCopyright (c) 2013, Oracle Corporation.\u00a0 All rights reserved.<br \/>\nOracle Home\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : \/u00\/app\/oracle\/product\/11.2.0\/db_4_0<br \/>\nCentral Inventory : \/u00\/app\/oraInventory<br \/>\nfrom\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/oraInst.loc<br \/>\nOPatch version\u00a0\u00a0\u00a0 : 11.2.0.3.6<br \/>\nOUI version\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : 11.2.0.4.0<br \/>\nLog file location : \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/cfgtoollogs\/opatch\/opatch2015-01-16_13-33-02PM_1.log<br \/>\nLsinventory Output file location : \/u00\/app\/oracle\/product\/11.2.0\/db_4_0\/cfgtoollogs\/opatch\/lsinv\/lsinventory2015-01-16_13-33-02PM.txt<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nInstalled Top-level Products (1):<br \/>\nOracle Database 11g\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11.2.0.4.0<br \/>\nThere are 1 product(s) installed in this Oracle Home.<br \/>\nInterim patches (1) :<br \/>\nPatch\u00a0 19121551\u00a0\u00a0\u00a0\u00a0 : applied on Fri Jan 16 13:10:20 CET 2015<br \/>\nUnique Patch ID:\u00a0 17949166<br \/>\nPatch description:\u00a0 &#8220;Database Patch Set Update : 11.2.0.4.4 (19121551)&#8221;<br \/>\nCreated on 6 Oct 2014, 10:07:57 hrs PST8PDT<br \/>\nSub-patch\u00a0 18522509; &#8220;Database Patch Set Update : 11.2.0.4.3 (18522509)&#8221;<br \/>\nSub-patch\u00a0 18031668; &#8220;Database Patch Set Update : 11.2.0.4.2 (18031668)&#8221;<br \/>\nSub-patch\u00a0 17478514; &#8220;Database Patch Set Update : 11.2.0.4.1 (17478514)&#8221;<br \/>\nBugs fixed:<br \/>\n17288409, 17205719, 17811429, 17754782, 17726838, 13364795, 17311728<br \/>\n17284817, 17441661, 13645875, 18199537, 16992075, 16542886, 17446237<br \/>\n14565184, 17071721, 17610798, 17375354, 17449815, 17397545, 19463897<br \/>\n18230522, 17235750, 16360112, 13866822, 17982555, 17478514, 12905058<br \/>\n14338435, 13944971, 16929165, 12747740, 17546973, 14054676, 17088068<br \/>\n18264060, 17343514, 17016369, 17042658, 14602788, 14657740, 17332800<br \/>\n19211724, 13951456, 16315398, 17186905, 18744139, 16850630, 17437634<br \/>\n19049453, 18673304, 17883081, 18641419, 17296856, 18262334, 17006183<br \/>\n18277454, 17232014, 16855292, 10136473, 17705023, 17865671, 18554871<br \/>\n19121551, 17588480, 17551709, 17344412, 17842825, 18681862, 17390160<br \/>\n13955826, 13609098, 18139690, 17501491, 17239687, 17752121, 17299889<br \/>\n17602269, 18673325, 17313525, 17242746, 19544839, 17600719, 18191164<br \/>\n17571306, 19466309, 17951233, 18094246, 17165204, 17011832, 17040527<br \/>\n16785708, 16180763, 17477958, 17174582, 17465741, 18522509, 17323222<br \/>\n19463893, 16875449, 16524926, 17237521, 17596908, 17811438, 17811447<br \/>\n18031668, 16912439, 16494615, 18061914, 17545847, 17082359, 19554106<br \/>\n17614134, 17341326, 17891946, 19458377, 17716305, 17752995, 16392068<br \/>\n19271443, 17767676, 17614227, 17040764, 17381384, 18973907, 18673342<br \/>\n14084247, 17389192, 17006570, 17612828, 17721717, 13853126, 18203837<br \/>\n17390431, 17570240, 14245531, 16043574, 16863422, 19727057, 17468141<br \/>\n17786518, 17037130, 17267114, 18203838, 16198143, 16956380, 17478145<br \/>\n14829250, 17394950, 17027426, 16268425, 18247991, 19584068, 14458214<br \/>\n18436307, 17265217, 13498382, 16692232, 17786278, 17227277, 16042673<br \/>\n16314254, 17443671, 16228604, 16837842, 17393683, 17787259, 18009564<br \/>\n15861775, 16399083, 18018515, 16472716, 17050888, 14010183, 17325413<br \/>\n16613964, 17080436, 17036973, 17761775, 16721594, 18280813, 15979965<br \/>\n18203835, 17297939, 16731148, 17811456, 14133975, 17385178, 17586955<br \/>\n16450169, 17655634, 9756271, 17892268, 17648596, 16220077, 16069901<br \/>\n11733603, 16285691, 17587063, 18180390, 17393915, 18096714, 17238511<br \/>\n17824637, 14285317, 19289642, 14764829, 18328509, 17622427, 16943711<br \/>\n17346671, 18996843, 14852021, 17783588, 16618694, 17672719, 17546761<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nOPatch succeeded.<\/samp><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, I have installed an Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error &#8220;Archive not applied&#8221; and the job failed. This is how to quickly fix this issue. While installing the PSU 11.2.0.4.4 from [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[198],"tags":[96,155,416,44],"type_dbi":[],"class_list":["post-4268","post","type-post","status-publish","format-standard","hentry","category-database-management","tag-oracle","tag-patching","tag-psu","tag-troubleshooting"],"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>Oracle OPatch and &quot;Archive not applied&quot; error - dbi Blog<\/title>\n<meta name=\"description\" content=\"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error &quot;Archive not applied&quot; and the job failed. This is how to quickly fix this issue.\" \/>\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\/opatch-and-qarchive-not-appliedq-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle OPatch and &quot;Archive not applied&quot; error\" \/>\n<meta property=\"og:description\" content=\"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error &quot;Archive not applied&quot; and the job failed. This is how to quickly fix this issue.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-01-19T23:10:00+00:00\" \/>\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=\"3 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\/opatch-and-qarchive-not-appliedq-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Oracle OPatch and &#8220;Archive not applied&#8221; error\",\"datePublished\":\"2015-01-19T23:10:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\"},\"wordCount\":586,\"commentCount\":0,\"keywords\":[\"Oracle\",\"Patching\",\"PSU\",\"Troubleshooting\"],\"articleSection\":[\"Database management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\",\"name\":\"Oracle OPatch and \\\"Archive not applied\\\" error - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2015-01-19T23:10:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error \\\"Archive not applied\\\" and the job failed. This is how to quickly fix this issue.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle OPatch and &#8220;Archive not applied&#8221; error\"}]},{\"@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":"Oracle OPatch and \"Archive not applied\" error - dbi Blog","description":"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error \"Archive not applied\" and the job failed. This is how to quickly fix this issue.","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\/opatch-and-qarchive-not-appliedq-error\/","og_locale":"en_US","og_type":"article","og_title":"Oracle OPatch and \"Archive not applied\" error","og_description":"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error \"Archive not applied\" and the job failed. This is how to quickly fix this issue.","og_url":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/","og_site_name":"dbi Blog","article_published_time":"2015-01-19T23:10:00+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Oracle OPatch and &#8220;Archive not applied&#8221; error","datePublished":"2015-01-19T23:10:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/"},"wordCount":586,"commentCount":0,"keywords":["Oracle","Patching","PSU","Troubleshooting"],"articleSection":["Database management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/","url":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/","name":"Oracle OPatch and \"Archive not applied\" error - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2015-01-19T23:10:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"Recently, I have installed the new Oracle 11.2.0.4 RDBMS on a server, and I wanted to install the latest Patch Set Update (PSU) 11.2.0.4.4 from October 2014. During the execution, I fell on the error \"Archive not applied\" and the job failed. This is how to quickly fix this issue.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/opatch-and-qarchive-not-appliedq-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle OPatch and &#8220;Archive not applied&#8221; error"}]},{"@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\/4268","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=4268"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/4268\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=4268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=4268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=4268"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=4268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}