{"id":11509,"date":"2018-08-03T08:26:12","date_gmt":"2018-08-03T06:26:12","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/"},"modified":"2018-08-03T08:26:12","modified_gmt":"2018-08-03T06:26:12","slug":"upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/","title":{"rendered":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0"},"content":{"rendered":"<p>The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server.<br \/>\nOne of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver).<\/p>\n<p><strong>Assumptions :<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\"> You have installed Oracle GI 12.1 as grid user\n You have installed Oracle Database 12.1 as oracle user\n You have configured the groups asmadmin,asmoper,asmdba\n You installed oracle-rdbms-server-12cr2-preinstall rpm\n You patched your Oracle GI to PSU July 2017 (combo patch 25901062 to patch Oracle stack 12.1 , GI &amp; RDBMS)\n [root]mkdir \/u01\/app\/grid\/product\/12.2.0\/grid\/\n [root]chown -R grid:oinstall \/u01\/app\/grid\/product\/12.2.0\/grid\/\n --stop all dbs that are using ASM\n [oracle]srvctl stop database -d ORCL<\/pre>\n<p><strong>Installation : Tasks<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[grid]cd \/u01\/app\/grid\/product\/12.2.0\/grid\/\n[grid]unzip \/stage\/linuxx64_12201_grid_home.zip\n[grid].\/gridSetup.sh\n\tChoose Upgrade Oracle Grid Infrastructure option.\n\tConfirm that all Oracle DBs using ASM are stopped.\n\tCheck :\n        Oracle base : \/u01\/app\/grid\/  \n        Software Location : \/u01\/app\/grid\/product\/12.2.0\/grid\/\n\t\t\n\tUncheck \"Automatically run configuration scripts\". Is not recommanded by Oracle, but if you are doing like that \nis very possible that your upgrade process is dying without any output. \n\tSo at the right moment you will be asked to run rootUpgrade.sh maually.\n\tClick Next and validate that all the pre-requirements are confirmed.\n\tMonitor the progress and run the script rootUpgrade.sh when is prompted\n\tOnce your action completed succesfully:\n[grid@dbisrv04 ~]$ . oraenv\nORACLE_SID = [grid] ? +ASM\nThe Oracle base has been set to \/u01\/app\/grid\n\n[grid@dbisrv04 ~]$ crsctl query has softwareversion\nOracle High Availability Services version on the local node is [12.2.0.1.0]<\/pre>\n<p><strong>Migrating ASM disks from ASMlib to AFD : Tasks<\/strong><\/p>\n<p>Oracle ASM Filter Driver (Oracle ASMFD) simplifies the configuration and management of disk devices by eliminating the need to rebind disk devices used with Oracle ASM each time the system is restarted.<br \/>\nOracle ASM Filter Driver (Oracle ASMFD) is a kernel module that resides in the I\/O path of the Oracle ASM disks. Oracle ASM uses the filter <strong>driver<\/strong> to validate write I\/O requests to Oracle ASM disks.<\/p>\n<p><strong>Step1:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[grid@dbisrv04 ~]$ asmcmd dsget\nparameter:\nprofile:\n\n[grid@dbisrv04 ~]$ asmcmd dsset '\/dev\/xvda*','ORCL:*','AFD:*'\n\n[grid@dbisrv04 ~]$ asmcmd dsget\nparameter:\/dev\/xvda*, ORCL:*, AFD:*\nprofile:\/dev\/xvda*,ORCL:*,AFD:*<\/pre>\n<p><strong>Step2:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root]export ORACLE_HOME=\/u01\/app\/grid\/product\/12.2.0\/grid\/\n[root]$GRID_HOME\/bin\/crsctl stop has -f<\/pre>\n<p><strong>Step3:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">root@dbisrv04 ~]# $ORACLE_HOME\/bin\/asmcmd afd_configure\n\nASMCMD-9524: AFD configuration failed 'ERROR: ASMLib deconfiguration failed'\nCause: acfsload is running.To configure AFD oracleasm and acfsload must be stopped\nSolution: stop acfsload and rerun asmcmd afd_configure\n\n[root@dbisrv04 ~]# oracleasm exit\n[root@dbisrv04 ~]# $ORACLE_HOME\/bin\/acfsload stop\n\nroot@dbisrv04 ~]# $ORACLE_HOME\/bin\/asmcmd afd_configure\nAFD-627: AFD distribution files found.\nAFD-634: Removing previous AFD installation.\nAFD-635: Previous AFD components successfully removed.\nAFD-636: Installing requested AFD software.\nAFD-637: Loading installed AFD drivers.\nAFD-9321: Creating udev for AFD.\nAFD-9323: Creating module dependencies - this may take some time.\nAFD-9154: Loading 'oracleafd.ko' driver.\nAFD-649: Verifying AFD devices.\nAFD-9156: Detecting control device '\/dev\/oracleafd\/admin'.\nAFD-638: AFD installation correctness verified.\nModifying resource dependencies - this may take some time.<\/pre>\n<p><strong>Step4:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[grid@dbisrv04 ~]$ $ORACLE_HOME\/bin\/asmcmd afd_state\nASMCMD-9526: The AFD state is 'LOADED' and filtering is 'ENABLED' on host 'dbisrv04.localdomain'<\/pre>\n<p><strong>Step5:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root]$ORACLE_HOME\/bin\/crsctl stop has<\/pre>\n<p><strong>Step6:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[grid@dbisrv04 ~]$ $ORACLE_HOME\/bin\/asmcmd afd_refresh\n[grid@dbisrv04 ~]$ $ORACLE_HOME\/bin\/asmcmd afd_lsdsk\n--------------------------------------------------------------------------------\nLabel                     Filtering   Path\n================================================================================\nDISK01                      ENABLED   \/dev\/sdf1\nDISK02                      ENABLED   \/dev\/sdg1\nDISK03                      ENABLED   \/dev\/sdh1\nDISK04                      ENABLED   \/dev\/sdi1\nDISK05                      ENABLED   \/dev\/sdj1\nDISK06                      ENABLED   \/dev\/sdk1\nDISK07                      ENABLED   \/dev\/sdl1\nDISK08                      ENABLED   \/dev\/sdm1\nDISK09                      ENABLED   \/dev\/sdn1<\/pre>\n<p><strong>Step7:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root]$ORACLE_HOME\/bin\/crsctl start has\n[grid@dbisrv04 ~]$ $ORACLE_HOME\/bin\/asmcmd afd_dsset '\/dev\/sd*'<\/pre>\n<p><strong>Step8:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root]$ORACLE_HOME\/bin\/crsctl stop has -f\n[root]$GRID_HOME\/bin\/asmcmd afd_scan\n[root]$GRID_HOME\/bin\/asmcmd afd_refresh<\/pre>\n<p><strong>Step9:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">\n[root]$ORACLE_HOME\/bin\/crsctl start has\n[root@dbisrv04 ~]# \/u01\/app\/grid\/product\/12.2.0\/grid\/bin\/asmcmd afd_lsdsk\n--------------------------------------------------------------------------------\nLabel                     Filtering   Path\n================================================================================\nDISK01                      ENABLED   \/dev\/sdf1\nDISK02                      ENABLED   \/dev\/sdg1\nDISK03                      ENABLED   \/dev\/sdh1\nDISK04                      ENABLED   \/dev\/sdi1\nDISK05                      ENABLED   \/dev\/sdj1\nDISK06                      ENABLED   \/dev\/sdk1\nDISK07                      ENABLED   \/dev\/sdl1\nDISK08                      ENABLED   \/dev\/sdm1\nDISK09                      ENABLED   \/dev\/sdn1<\/pre>\n<p><strong>Step10:<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">select name,label,path from v$asm_disk;SQL&gt; SQL&gt; SQL&gt;\n\nNAME       LABEL                PATH\n---------- -------------------- --------------------\nDISK04     DISK04               AFD:DISK04\nDISK03     DISK03               AFD:DISK03\nDISK02     DISK02               AFD:DISK02\nDISK01     DISK01               AFD:DISK01\nDISK07     DISK07               AFD:DISK07\nDISK05     DISK05               AFD:DISK05\nDISK06     DISK06               AFD:DISK06\nDISK09     DISK09               AFD:DISK09\nDISK08     DISK08               AFD:DISK08<\/pre>\n<p><strong>Step11: Confirm your AFD is loaded<\/strong><\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbisrv04 ~]# \/u01\/app\/grid\/product\/12.2.0\/grid\/bin\/crsctl stat res -t\n--------------------------------------------------------------------------------\nName           Target  State        Server                   State details\n--------------------------------------------------------------------------------\nLocal Resources\n--------------------------------------------------------------------------------\nora.DATA.dg\n               ONLINE  ONLINE       dbisrv04                 STABLE\nora.DATA2.dg\n               ONLINE  ONLINE       dbisrv04                 STABLE\nora.LISTENER.lsnr\n               ONLINE  ONLINE       dbisrv04                 STABLE\nora.RECO.dg\n               ONLINE  ONLINE       dbisrv04                 STABLE\nora.asm\n               ONLINE  ONLINE       dbisrv04                 Started,STABLE\nora.ons\n               OFFLINE OFFLINE      dbisrv04                 STABLE\n--------------------------------------------------------------------------------\nCluster Resources\n--------------------------------------------------------------------------------\nora.cssd\n      1        ONLINE  ONLINE       dbisrv04                 STABLE\nora.diskmon\n      1        OFFLINE OFFLINE                               STABLE\nora.driver.afd\n      1        ONLINE  ONLINE       dbisrv04                 STABLE\nora.evmd\n      1        ONLINE  ONLINE       dbisrv04                 STABLE\nora.orcl.db\n      1        ONLINE  ONLINE       dbisrv04                 Open,HOME=\/u01\/app\/o\n                                                             racle\/product\/12.2.0\n                                                             \/dbhome_1,STABLE<\/pre>\n<p>&#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;<\/p>\n<p><strong>Step 11b: Introduce new disks with AFD<\/strong><\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root]. oraenv\n[root]+ASM\n[root@dbisrv04 ~]# asmcmd afd_label DISK10 \/dev\/sdo1 --init\nASMCMD-9521: AFD is already configured\n[root@dbisrv04 ~]# asmcmd afd_label DISK10 \/dev\/sdo1\n[root@dbisrv04 ~]# asmcmd afd_lslbl\n[root@dbisrv04 ~]# \/u01\/app\/grid\/product\/12.2.0\/grid\/bin\/asmcmd afd_lsdsk\n--------------------------------------------------------------------------------\nLabel                     Filtering   Path\n================================================================================\nDISK01                      ENABLED   \/dev\/sdf1\nDISK02                      ENABLED   \/dev\/sdg1\nDISK03                      ENABLED   \/dev\/sdh1\nDISK04                      ENABLED   \/dev\/sdi1\nDISK05                      ENABLED   \/dev\/sdj1\nDISK06                      ENABLED   \/dev\/sdk1\nDISK07                      ENABLED   \/dev\/sdl1\nDISK08                      ENABLED   \/dev\/sdm1\nDISK09                      ENABLED   \/dev\/sdn1\nDISK10                      ENABLED   \/dev\/sdo1<\/pre>\n<p><strong>Step 12: Erase Oracle ASMLib<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root] yum erase oracleasm-support.x86_64<\/pre>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">[root] yum erase oracleasmlib.x86_64<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server. One of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver). Assumptions : You have installed Oracle GI 12.1 as grid user You have installed Oracle Database [&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":[229,198,59],"tags":[656,280,23,84,988],"type_dbi":[],"class_list":["post-11509","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","category-oracle","tag-12-2","tag-database","tag-dba","tag-high-availability","tag-oracle-12-2"],"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>Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 - 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\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0\" \/>\n<meta property=\"og:description\" content=\"The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server. One of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver). Assumptions : You have installed Oracle GI 12.1 as grid user You have installed Oracle Database [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-03T06:26:12+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=\"5 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\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0\",\"datePublished\":\"2018-08-03T06:26:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/\"},\"wordCount\":151,\"commentCount\":0,\"keywords\":[\"12.2\",\"database\",\"DBA\",\"High availability\",\"Oracle 12.2\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/\",\"name\":\"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2018-08-03T06:26:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0\"}]},{\"@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":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 - 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\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/","og_locale":"en_US","og_type":"article","og_title":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0","og_description":"The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server. One of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver). Assumptions : You have installed Oracle GI 12.1 as grid user You have installed Oracle Database [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/","og_site_name":"dbi Blog","article_published_time":"2018-08-03T06:26:12+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0","datePublished":"2018-08-03T06:26:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/"},"wordCount":151,"commentCount":0,"keywords":["12.2","database","DBA","High availability","Oracle 12.2"],"articleSection":["Database Administration &amp; Monitoring","Database management","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/","url":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/","name":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2018-08-03T06:26:12+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/upgrade-oracle-grid-infrastructure-from-12-1-0-2-0-to-12-2-0-1-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0"}]},{"@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\/11509","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=11509"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/11509\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=11509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=11509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=11509"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=11509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}