{"id":29845,"date":"2024-06-10T09:27:19","date_gmt":"2024-06-10T07:27:19","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=29845"},"modified":"2024-06-10T09:27:22","modified_gmt":"2024-06-10T07:27:22","slug":"oracle-forms-frm-92290-after-upgrade-to-12-2-1-19","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/","title":{"rendered":"Oracle Forms: FRM-92290 after upgrade to  12.2.1.19"},"content":{"rendered":"\n<p>We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. For one of our customers, I upgraded Oracle Forms from version 12.2.1.4 to version 12.2.1.19, and this time I got an unusual issue&#8230;<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Our dbi services Middleware team is involved since long time in Oracle Fusion Middleware, here is a <a href=\"https:\/\/www.dbi-services.com\/blog\/install-oracle-fusion-middleware-report-11gr2-1112-in-a-context-of-high-availability\/\" target=\"_blank\" rel=\"noreferrer noopener\">blog from my colleague Arnaud published in 2012<\/a>.<\/p>\n\n\n\n<p>Let&#8217;s see together the upgrade process, the issue, and how I investigate to the BUG \ud83d\ude09<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"380\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg\" alt=\"\" class=\"wp-image-33543\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg 650w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1-300x175.jpg 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-upgrade-overview\">Upgrade overview<\/h2>\n\n\n\n<p>As you may know, there is two ways to upgrade Forms:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Performing an In-Place Upgrade<\/strong><br>To perform an &#8220;in-place&#8221; upgrade, you should first back up the existing &#8220;Oracle Home&#8221; directory, install the latest versions of the required software in the existing directory, then copy over any required files from the backup directory.<br>In an in-place upgrade, you install the 12.2.1.19.0 software in the same Oracle Home path that 12.2.1.4.0 or 12.2.1.3.0 previously used. This upgrade is recommended for multi-node load balanced Forms deployment.<\/li>\n\n\n\n<li><strong>Performing an Out-of-Place Upgrade<\/strong><br>To perform an &#8220;out-of-place&#8221; upgrade, you&#8217;ll install the software as for a fresh install, then use the WLS Reconfiguration Wizard and Upgrade Assistant to complete the upgrade.<br>In an out-of-place upgrade, you install the 12.2.1.19.0 software in a new Oracle Home directory rather than the one used by the 12.2.1.4.0 or 12.2.1.3.0 install.<\/li>\n<\/ul>\n\n\n\n<p>For more information about Forms upgrade please check <a href=\"https:\/\/docs.oracle.com\/en\/middleware\/developer-tools\/forms\/12.2.1.19\/install-fnr\/upgrading-oracle-forms.html#GUID-20AC6348-AA11-4D36-A460-8C06A0218A66\">Oracle Documentation<\/a> or contact me over <a href=\"https:\/\/www.linkedin.com\/in\/david-diab-19596045\">linkedIn<\/a>.<\/p>\n\n\n\n<p>In my case, I performed an Out-of-Place Upgrade, I installed the software as for a fresh install under a new directory adding an extension to the original MW_HOME folder. So the old MW_HOME was <em>midw<\/em> the new one is <em>midw_19<\/em>. So far nothing shocking, right?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-issue\">The issue<\/h2>\n\n\n\n<p>In fact, after the upgrade I restarted the domain, no issue encountered, everything seems OK, no errors in the logs&#8230; But , when the customer tested, he got the following error:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>The customer got even the below error:\nFRM-92290: HTTP response code 404--Not Found received when attempting to download archive file\nFRM-92491: Unable to fetch archive file from server <\/code><\/pre>\n\n\n\n<p>The issue seems to be related to frmall.jar. This jar file is present under the new MW_HOME, but not detected, strange \ud83d\ude42<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-investigation-and-rc\">Investigation and RC<\/h2>\n\n\n\n<p>Well, the jar is not reachable, I tried to get the jar file via http:\/\/IP_ADDRESS:9001\/forms\/java\/frmall.jar, without success I got 404 Error&#8230;<\/p>\n\n\n\n<p>Humm, there is an issue with the MW_HOME Path for sure, so let&#8217;s try something else:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to folder ORACLE_HOME\/forms\/java<\/li>\n\n\n\n<li>Create a file named test.html<\/li>\n\n\n\n<li>Try to access http:\/\/IP_ADDRESS:9001\/forms\/java\/test.html<\/li>\n<\/ul>\n\n\n\n<p>Same issue, test.html not found 404 !!!<\/p>\n\n\n\n<p>Try to make full domain stop\/start, still not working, without any relevant issue in the domain logs, except inside the access.log for sure:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>2024-06-06 09:45:44 GET e4818f8a-9085-4a10-8fc0-5637bb4530f0-00000044 0 \/forms\/java\/frmall.jar 404 1164\n2023-06-06 10:01:56 GET dbbdc0b5-bd75-4aac-bbd1-93d27f622480-00000041 0 \/forms\/java\/test.htlm 404 1164\n2024-06-06 10:03:55 GET dbbdc0b5-bd75-4aac-bbd1-93d27f622480-00000043 0 \/forms\/java\/frmall.jar 404 1164\n2024-06-06 10:14:49 GET e703a936-5c16-4077-948a-7a93469537bb-00000040 0 \/forms\/java\/test.html 404 1164 <\/code><\/pre>\n\n\n\n<p>I have now a real doubt that I am pointing to the correct MW_HOME. Remember, I replaced midw by midw_19 as MW_HOME.<\/p>\n\n\n\n<p>I grep under the DOMAIN_HOME for midw and midw_19, and search for a while before I notice something strange inside the plan.xml file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;variable-definition&gt;\n&lt;variable&gt;\n&lt;name&gt;vd-\/u01\/app\/oracle\/product\/<strong>midw_19_19<\/strong>\/forms&lt;\/name&gt;\n&lt;value&gt;\/u01\/app\/oracle\/product\/<strong>midw_19_19<\/strong>\/forms&lt;\/value&gt;\n&lt;\/variable&gt;\n&lt;\/variable-definition&gt; <\/code><\/pre>\n\n\n\n<p>After further investigation, and reproduce the same on another environment, I found the RC:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The domain reconfiguration apply the change in plan.xml, so it replace midw by midw_19.<\/li>\n\n\n\n<li>Then, the upgrade assistant apply a &#8220;replace all&#8221; under DOMAIN_HOME, which replace midw by midw_19, which result MW_HOME = midw_19_19!<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-solution\">The solution<\/h2>\n\n\n\n<p>We saw together that the issue is coming from the plan.xml, the MW_HOME is wrong there.<\/p>\n\n\n\n<p>There is two solutions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Rollback the upgrade and change the new MW_HOME to avoid the replacement issue.<\/li>\n\n\n\n<li>Or, simply correct the wrong file:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>- Stop All\n- Correct MW_HOME path inside $DOMAIN_HOME\/config\/fmwconfig\/deployment-plans\/formsapp\/12.2.1\/plan.xml\n- Start All<\/code><\/pre>\n\n\n\n<p>The issue is solved now \ud83d\ude42<\/p>\n\n\n\n<p>As you can see, the solution is very simple. My lesson learned is to avoid renaming with extension, this could be a source of confusion and issue. And you? Did you already encounter this kind of issues?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. For one of our customers, I upgraded Oracle Forms from version 12.2.1.4 to version 12.2.1.19, and this time I got an unusual issue&#8230;<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197],"tags":[490],"type_dbi":[],"class_list":["post-29845","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","tag-oracle-fusion-middleware"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 - dbi Blog<\/title>\n<meta name=\"description\" content=\"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)\" \/>\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-forms-frm-92290-after-upgrade-to-12-2-1-19\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19\" \/>\n<meta property=\"og:description\" content=\"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-10T07:27:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-10T07:27:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg\" \/>\n<meta name=\"author\" content=\"David Diab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Diab\" \/>\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\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/\"},\"author\":{\"name\":\"David Diab\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/deb907c3360cacdc6c7df54b4bac3c86\"},\"headline\":\"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19\",\"datePublished\":\"2024-06-10T07:27:19+00:00\",\"dateModified\":\"2024-06-10T07:27:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/\"},\"wordCount\":621,\"commentCount\":2,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/06\\\/iStock_000004435884_Large-1.jpg\",\"keywords\":[\"Oracle Fusion Middleware\"],\"articleSection\":[\"Application integration &amp; Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/\",\"name\":\"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/06\\\/iStock_000004435884_Large-1.jpg\",\"datePublished\":\"2024-06-10T07:27:19+00:00\",\"dateModified\":\"2024-06-10T07:27:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/deb907c3360cacdc6c7df54b4bac3c86\"},\"description\":\"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/06\\\/iStock_000004435884_Large-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/06\\\/iStock_000004435884_Large-1.jpg\",\"width\":650,\"height\":380},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19\"}]},{\"@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\\\/deb907c3360cacdc6c7df54b4bac3c86\",\"name\":\"David Diab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"caption\":\"David Diab\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/david-diab\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 - dbi Blog","description":"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)","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-forms-frm-92290-after-upgrade-to-12-2-1-19\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19","og_description":"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/","og_site_name":"dbi Blog","article_published_time":"2024-06-10T07:27:19+00:00","article_modified_time":"2024-06-10T07:27:22+00:00","og_image":[{"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg","type":"","width":"","height":""}],"author":"David Diab","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Diab","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/"},"author":{"name":"David Diab","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"headline":"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19","datePublished":"2024-06-10T07:27:19+00:00","dateModified":"2024-06-10T07:27:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/"},"wordCount":621,"commentCount":2,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg","keywords":["Oracle Fusion Middleware"],"articleSection":["Application integration &amp; Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/","name":"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg","datePublished":"2024-06-10T07:27:19+00:00","dateModified":"2024-06-10T07:27:22+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"description":"We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. I upgraded Oracle Forms and got an unusual issue (FRM-92290)","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2024\/06\/iStock_000004435884_Large-1.jpg","width":650,"height":380},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-forms-frm-92290-after-upgrade-to-12-2-1-19\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle Forms: FRM-92290 after upgrade to 12.2.1.19"}]},{"@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\/deb907c3360cacdc6c7df54b4bac3c86","name":"David Diab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","caption":"David Diab"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29845","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\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=29845"}],"version-history":[{"count":7,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29845\/revisions"}],"predecessor-version":[{"id":33549,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29845\/revisions\/33549"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=29845"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=29845"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=29845"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=29845"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}