{"id":38142,"date":"2025-04-24T16:14:37","date_gmt":"2025-04-24T14:14:37","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=38142"},"modified":"2025-04-24T16:14:40","modified_gmt":"2025-04-24T14:14:40","slug":"odacli-create-appliance-failed-on-an-oda-ha","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/","title":{"rendered":"odacli create-appliance failed on an ODA HA"},"content":{"rendered":"\n<p>I recently had to install an Oracle Database Appliance X11 HA and it failed when creating the appliance:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oak0 ~]# odacli create-appliance -r \/u01\/patch\/my_new_oda.json\n...\n&#091;root@mynewoda ~]# odacli describe-job -i 88e4b5e3-3a73-4c18-9d9f-960151abc45e\n\nJob details                                                      \n----------------------------------------------------------------\n                     ID:  88e4b5e3-3a73-4c18-9d9f-960151abc45e\n            Description:  Provisioning service creation\n                 Status:  Failure (To view Error Correlation report, run \"odacli describe-job -i 88e4b5e3-3a73-4c18-9d9f-960151abc45e --ecr\" command)\n                Created:  April 23, 2025 16:15:35 CEST\n                Message:  DCS-10001:Internal error encountered: Failed to provision GI with RHP at the home: \/u01\/app\/19.26.0.0\/grid: DCS-10001:Internal error encountered: PRGH-1002 : Failed to copy files from \/opt\/oracle\/rhp\/RHPCheckpoints\/rhptemp\/grid8631129022929485455.rsp to \/opt\/oracle\/rhp\/RHPCheckpoints\/wOraGrid192600\nPRKC-1191 : Remote command execution setup check for node mynewoda using shell \/usr\/bin\/ssh failed.\nNo ECDSA host key is known for mynewoda and you have requested strict checking.Host key verification failed...<\/code><\/pre>\n\n\n\n<p>It happened randomly in the past that we got this error &#8220;host key verification failed&#8221; and we just had to rerun our &#8220;odacli create-appliance&#8221; command again. However, this time restarting was not possible:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@mynewoda ~]# odacli create-appliance -r \/u01\/patch\/my_new_oda.json\nDCS-10047:Same job is already running: Provisioning FAILED in different request.<\/code><\/pre>\n\n\n\n<p>Following MOS Note &#8220;ODA Provisioning Fails to Create Appliance w\/ Error: DCS-10047:Same Job is already running : Provisioning FAILED in different request. (Doc ID 2809836.1)&#8221; I cleaned up the ODA, updated the repository with the Grid Infrastructure clone and DB clone:<\/p>\n\n\n\n<p>Stop the dcs agent on both nodes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># systemctl stop initdcsagent<\/code><\/pre>\n\n\n\n<p>Then, run cleanup.pl on ODA node 0.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \/opt\/oracle\/oak\/onecmd\/cleanup.pl -f\n...<\/code><\/pre>\n\n\n\n<p>If you get warnings that the cleanup cannot transfer the public key to node 1 or cannot setup SSH equivalence, then run the cleanup on node 1 as well.<\/p>\n\n\n\n<p>At the end of the cleanup-output you get those messages:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>WARNING: After system reboot, please re-run \"odacli update-repository\" for GI\/DB clones,\nWARNING: before running \"odacli create-appliance\".<\/code><\/pre>\n\n\n\n<p>So, after the reboot I updated the repository with the GI and DB Clone:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oak0 patch]# \/opt\/oracle\/dcs\/bin\/odacli update-repository -f \/u01\/patch\/odacli-dcs-19.26.0.0.0-250127-GI-19.26.0.0.zip\n...\n&#091;root@oak0 patch]# odacli describe-job -i 674f7c66-1615-450f-be27-4e4734abca97\n\nJob details                                                      \n----------------------------------------------------------------\n                     ID:  674f7c66-1615-450f-be27-4e4734abca97\n            Description:  Repository Update\n                 Status:  Success\n                Created:  April 23, 2025 14:37:29 UTC\n                Message:  \/u01\/patch\/odacli-dcs-19.26.0.0.0-250127-GI-19.26.0.0.zip\n...\n\n&#091;root@oak0 patch]# \/opt\/oracle\/dcs\/bin\/odacli update-repository -f \/u01\/patch\/odacli-dcs-19.26.0.0.0-250127-DB-19.26.0.0.zip\n...\n&#091;root@oak0 patch]# odacli describe-job -i 4299b124-1c93-4d22-bac4-44a65cbaac67\n\nJob details                                                      \n----------------------------------------------------------------\n                     ID:  4299b124-1c93-4d22-bac4-44a65cbaac67\n            Description:  Repository Update\n                 Status:  Success\n                Created:  April 23, 2025 14:39:34 UTC\n                Message:  \/u01\/patch\/odacli-dcs-19.26.0.0.0-250127-DB-19.26.0.0.zip\n...<\/code><\/pre>\n\n\n\n<p>Checked that the clones are available:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oak0 patch]# ls -ltrh \/opt\/oracle\/oak\/pkgrepos\/orapkgs\/clones\ntotal 12G\n-rwxr-xr-x 1 root root 6.0G Jan 28 03:33 grid19.250121.tar.gz\n-rwxr-xr-x 1 root root   21 Jan 28 03:34 grid19.250121.tar.gz.info\n-r-xr-xr-x 1 root root 5.4G Jan 28 03:42 db19.250121.tar.gz\n-rw-rw-r-- 1 root root  19K Jan 28 03:42 clonemetadata.xml\n-rw-rw-r-- 1 root root   21 Jan 28 03:43 db19.250121.tar.gz.info\n&#091;root@oak0 patch]# <\/code><\/pre>\n\n\n\n<p>The same on node 1:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oak1 ~]# ls -ltrh \/opt\/oracle\/oak\/pkgrepos\/orapkgs\/clones\ntotal 12G\n-rwxr-xr-x 1 root root 6.0G Jan 28 03:33 grid19.250121.tar.gz\n-rwxr-xr-x 1 root root   21 Jan 28 03:34 grid19.250121.tar.gz.info\n-r-xr-xr-x 1 root root 5.4G Jan 28 03:42 db19.250121.tar.gz\n-rw-rw-r-- 1 root root  19K Jan 28 03:42 clonemetadata.xml\n-rw-rw-r-- 1 root root   21 Jan 28 03:43 db19.250121.tar.gz.info\n&#091;root@oak1 ~]# <\/code><\/pre>\n\n\n\n<p>Before running the create-appliance again, you should first validate the storage topology on both nodes again.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oak0 ~]# odacli validate-storagetopology\nINFO    : ODA Topology Verification         \nINFO    : Running on Node0                  \nINFO    : Check hardware type               \nINFO    : Check for Environment(Bare Metal or Virtual Machine)\nSUCCESS : Type of environment found : Bare Metal\nINFO    : Check number of Controllers       \nSUCCESS : Number of onboard OS disk found : 2\nSUCCESS : Number of External SCSI controllers found : 2\nINFO    : Check for Controllers correct PCIe slot address\nSUCCESS : Internal RAID controller   : \nSUCCESS : External LSI SAS controller 0 : 61:00.0\nSUCCESS : External LSI SAS controller 1 : e1:00.0\nINFO    : Check for Controller Type in the System\nSUCCESS : There are 2 SAS 38xx controller in the system\nINFO    : Check if JBOD powered on          \nSUCCESS : 1JBOD : Powered-on\nINFO    : Check for correct number of EBODS(2 or 4)\nSUCCESS : EBOD found : 2\nINFO    : Check for External Controller 0   \nSUCCESS : Controller connected to correct EBOD number\nSUCCESS : Controller port connected to correct EBOD port\nSUCCESS : Overall Cable check for controller 0\nINFO    : Check for External Controller 1   \nSUCCESS : Controller connected to correct EBOD number\nSUCCESS : Controller port connected to correct EBOD port\nSUCCESS : Overall Cable check for Controller 1\nINFO    : Check for overall status of cable validation on Node0\nSUCCESS : Overall Cable Validation on Node0\nINFO    : Check Node Identification status  \nSUCCESS : Node Identification\nSUCCESS : Node name based on cable configuration found : NODE0\nINFO    : The details for Storage Topology Validation can also be found in the log file=\/opt\/oracle\/oak\/diag\/oak0\/oak\/storagetopology\/StorageTopology-2025-04-23-14:42:34_70809_7141.log\n&#091;root@oak0 ~]# <\/code><\/pre>\n\n\n\n<p>Validate the storage-topology on node 1 as well. Not validating the storage topology may lead to the following error when creating the appliance again:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>OAK-10011:Failure while running storage setup on the system. Cause: Node number set on host not matching node number returned by storage topology tool. Action: Node number on host not set correctly. For default storage shelf node number needs to be set by storage topology tool itself.<\/code><\/pre>\n\n\n\n<p>Afterwards the &#8220;odacli create-appliance&#8221; should run through.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary<\/h3>\n\n\n\n<p>If your &#8220;odacli create-appliance&#8221; fails on an ODA HA environment and you cannot restart it, then run a cleanup, update the repository with the Grid Infra- and DB-clone and validate the storage-topology before doing the create-appliance again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I recently had to install an Oracle Database Appliance X11 HA and it failed when creating the appliance: It happened randomly in the past that we got this error &#8220;host key verification failed&#8221; and we just had to rerun our &#8220;odacli create-appliance&#8221; command again. However, this time restarting was not possible: Following MOS Note &#8220;ODA [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[59],"tags":[3602,96,2568],"type_dbi":[2728],"class_list":["post-38142","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-odacli-create-appliance","tag-oracle","tag-oracle-database-appliance-2","type-oracle"],"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>odacli create-appliance failed on an ODA HA - 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\/odacli-create-appliance-failed-on-an-oda-ha\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"odacli create-appliance failed on an ODA HA\" \/>\n<meta property=\"og:description\" content=\"I recently had to install an Oracle Database Appliance X11 HA and it failed when creating the appliance: It happened randomly in the past that we got this error &#8220;host key verification failed&#8221; and we just had to rerun our &#8220;odacli create-appliance&#8221; command again. However, this time restarting was not possible: Following MOS Note &#8220;ODA [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-24T14:14:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-24T14:14:40+00:00\" \/>\n<meta name=\"author\" content=\"Clemens Bleile\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ifgtxD2SrQ8r!YuXj\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Clemens Bleile\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 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\/odacli-create-appliance-failed-on-an-oda-ha\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\"},\"author\":{\"name\":\"Clemens Bleile\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da\"},\"headline\":\"odacli create-appliance failed on an ODA HA\",\"datePublished\":\"2025-04-24T14:14:37+00:00\",\"dateModified\":\"2025-04-24T14:14:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\"},\"wordCount\":257,\"commentCount\":0,\"keywords\":[\"odacli create-appliance\",\"Oracle\",\"oracle database appliance\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\",\"name\":\"odacli create-appliance failed on an ODA HA - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2025-04-24T14:14:37+00:00\",\"dateModified\":\"2025-04-24T14:14:40+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"odacli create-appliance failed on an ODA HA\"}]},{\"@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\/0ac04011f60f2e93c115358d0789c2da\",\"name\":\"Clemens Bleile\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"caption\":\"Clemens Bleile\"},\"description\":\"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.\",\"sameAs\":[\"https:\/\/www.dbi-services.com\",\"https:\/\/x.com\/ifgtxD2SrQ8r!YuXj\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/clemens-bleile\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"odacli create-appliance failed on an ODA HA - 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\/odacli-create-appliance-failed-on-an-oda-ha\/","og_locale":"en_US","og_type":"article","og_title":"odacli create-appliance failed on an ODA HA","og_description":"I recently had to install an Oracle Database Appliance X11 HA and it failed when creating the appliance: It happened randomly in the past that we got this error &#8220;host key verification failed&#8221; and we just had to rerun our &#8220;odacli create-appliance&#8221; command again. However, this time restarting was not possible: Following MOS Note &#8220;ODA [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/","og_site_name":"dbi Blog","article_published_time":"2025-04-24T14:14:37+00:00","article_modified_time":"2025-04-24T14:14:40+00:00","author":"Clemens Bleile","twitter_card":"summary_large_image","twitter_creator":"@ifgtxD2SrQ8r!YuXj","twitter_misc":{"Written by":"Clemens Bleile","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/"},"author":{"name":"Clemens Bleile","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"headline":"odacli create-appliance failed on an ODA HA","datePublished":"2025-04-24T14:14:37+00:00","dateModified":"2025-04-24T14:14:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/"},"wordCount":257,"commentCount":0,"keywords":["odacli create-appliance","Oracle","oracle database appliance"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/","url":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/","name":"odacli create-appliance failed on an ODA HA - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2025-04-24T14:14:37+00:00","dateModified":"2025-04-24T14:14:40+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-appliance-failed-on-an-oda-ha\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"odacli create-appliance failed on an ODA HA"}]},{"@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\/0ac04011f60f2e93c115358d0789c2da","name":"Clemens Bleile","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","caption":"Clemens Bleile"},"description":"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.","sameAs":["https:\/\/www.dbi-services.com","https:\/\/x.com\/ifgtxD2SrQ8r!YuXj"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/clemens-bleile\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38142","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\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=38142"}],"version-history":[{"count":4,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38142\/revisions"}],"predecessor-version":[{"id":38148,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38142\/revisions\/38148"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=38142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=38142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=38142"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=38142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}