{"id":8064,"date":"2016-05-30T17:50:04","date_gmt":"2016-05-30T15:50:04","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/"},"modified":"2023-06-08T15:09:32","modified_gmt":"2023-06-08T13:09:32","slug":"install-oracle-12c-flex-cluster-easily","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/","title":{"rendered":"Install Oracle 12c Flex Cluster Easily"},"content":{"rendered":"<p><strong>By Mouhamadou Diaw<\/strong><\/p>\n<p>To install a flex cluster (or a flex ASM) \u00a0Grid Naming Service (GNS) is required. A GNS can be configured with dynamic public networks (DHCP) for VIP. This method is suitable for a big number of nodes.In this case GNS domain delegation is mandatory.<br \/>\nIn case of a few number of nodes, GNS can be configured without domain delegation. In this case we have to define manually all VIP addresses (like in a standard cluster)<\/p>\n<p>In this article we will briefly show how to install\u00a0a two nodes flex cluster (we suppose we are\u00a0\u00a0familiar with standard cluster installation). We will just insist in supplementary steps to configure a flex cluster. A\u00a0GNS without Subdomain will be used.<\/p>\n<h4>What do we need ?<\/h4>\n<p>1- A DNS server<strong> to resolve all addresses<\/strong><\/p>\n<p>2- Two servers: <strong>rac12a.localdomain<\/strong> and <strong>rac12b.localdomain<\/strong> with 1 public address, 1 virtual address and 1 private address for each node<\/p>\n<p>3- A GNS Subdomain: <strong>gns.localdomain<\/strong>\u00a0 resolved by 1\u00a0address in the public subnet \u00a0in \u00a0the\u00a0\u00a0DNS<\/p>\n<p>4- A scan name : <strong>racscan.gns.localdomain<\/strong> resolved by 3 addresses in the public\u00a0subnet. Note that the name of the scan should contain the GNS subdomain name <strong>gns.localdomain<\/strong>.<\/p>\n<p>We present below all IP addresses we use for our flex cluster<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/ip_addr.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8847\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/ip_addr.png\" alt=\"ip_addr\" width=\"300\" height=\"282\" \/><\/a><\/p>\n<p>To start installation we have to launch the \u00a0.\/runInstaller file. Below we will not present all screen shots of the installation. We \u00a0only\u00a0show the ones which are different from the standard installation<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8839\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1.png\" alt=\"flex_1\" width=\"300\" height=\"237\" \/><\/a><\/p>\n<p>Click Next<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8840\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_2.png\" alt=\"flex_2\" width=\"300\" height=\"239\" \/><\/a><\/p>\n<p>We choose Configure a flex cluster<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8842\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_4.png\" alt=\"flex_4\" width=\"300\" height=\"241\" \/><\/a><\/p>\n<p>In this step we have info about GNS \u00a0and SCAN configuration. Note that We check Configure GNS and that we don&#8217;t choose Dynamic Networks. Note also that the scan name is including the GNS Subdomain name.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8843\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_5.png\" alt=\"flex_5\" width=\"300\" height=\"237\" \/><\/a><\/p>\n<p>Here we can choose to \u00a0configure a hub node or a leaf node.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8844\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_6.png\" alt=\"flex_6\" width=\"300\" height=\"238\" \/><\/a><\/p>\n<p>In this step we have to specify network for public, private and ASM.<\/p>\n<p>The remaining steps are same than in a standard installation and will not be shown here<\/p>\n<p>Once install done successfully we can verify the mode of the cluster<\/p>\n<div>\n<div id=\"highlighter_632868\" class=\"syntaxhighlighter  sql\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"sql plain\">[grid@rac12a ~]$ crsctl get cluster mode status<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"sql plain\">Cluster <\/code><code class=\"sql keyword\">is<\/code> <code class=\"sql plain\">running <\/code><code class=\"sql color1\">in<\/code> <code class=\"sql string\">\"flex\"<\/code> <code class=\"sql plain\">mode<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"sql plain\">[grid@rac12a ~]$<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"brush: sql; gutter: true; first-line: 1\">We can see that a GNS is configured<\/p>\n<div>\n<div id=\"highlighter_530977\" class=\"syntaxhighlighter  sql\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"sql plain\">[grid@rac12a ~]$ srvctl config gns<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"sql plain\">GNS <\/code><code class=\"sql keyword\">is<\/code> <code class=\"sql plain\">enabled.<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"sql plain\">GNS VIP addresses: 192.168.168.118<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"sql plain\">Domain served <\/code><code class=\"sql keyword\">by<\/code> <code class=\"sql plain\">GNS: gns.localdomain<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"sql plain\">[grid@rac12a ~]$<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>The following shows that there is a flex ASM running<\/p>\n<div>\n<div id=\"highlighter_389579\" class=\"syntaxhighlighter  sql\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"sql spaces\">\u00a0<\/code><code class=\"sql plain\">[grid@rac12a ~]$ asmcmd showclustermode<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"sql plain\">ASM cluster : Flex mode enabled<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"sql plain\">[grid@rac12a ~]<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>In a future article \u00a0we will see how flex ASM works and what are the benefits<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Mouhamadou Diaw To install a flex cluster (or a flex ASM) \u00a0Grid Naming Service (GNS) is required. A GNS can be configured with dynamic public networks (DHCP) for VIP. This method is suitable for a big number of nodes.In this case GNS domain delegation is mandatory. In case of a few number of nodes, [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":8071,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[],"type_dbi":[],"class_list":["post-8064","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring"],"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>Install Oracle 12c Flex Cluster Easily - dbi Blog<\/title>\n<meta name=\"description\" content=\"Oracle GNS, Flex cluster, oracle 12c\" \/>\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\/install-oracle-12c-flex-cluster-easily\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Oracle 12c Flex Cluster Easily\" \/>\n<meta property=\"og:description\" content=\"Oracle GNS, Flex cluster, oracle 12c\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-05-30T15:50:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-08T13:09:32+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"790\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"4 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\/install-oracle-12c-flex-cluster-easily\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Install Oracle 12c Flex Cluster Easily\",\"datePublished\":\"2016-05-30T15:50:04+00:00\",\"dateModified\":\"2023-06-08T13:09:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\"},\"wordCount\":384,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png\",\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\",\"name\":\"Install Oracle 12c Flex Cluster Easily - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png\",\"datePublished\":\"2016-05-30T15:50:04+00:00\",\"dateModified\":\"2023-06-08T13:09:32+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"Oracle GNS, Flex cluster, oracle 12c\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png\",\"width\":1000,\"height\":790},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Oracle 12c Flex Cluster Easily\"}]},{\"@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":"Install Oracle 12c Flex Cluster Easily - dbi Blog","description":"Oracle GNS, Flex cluster, oracle 12c","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\/install-oracle-12c-flex-cluster-easily\/","og_locale":"en_US","og_type":"article","og_title":"Install Oracle 12c Flex Cluster Easily","og_description":"Oracle GNS, Flex cluster, oracle 12c","og_url":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/","og_site_name":"dbi Blog","article_published_time":"2016-05-30T15:50:04+00:00","article_modified_time":"2023-06-08T13:09:32+00:00","og_image":[{"width":1000,"height":790,"url":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png","type":"image\/png"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Install Oracle 12c Flex Cluster Easily","datePublished":"2016-05-30T15:50:04+00:00","dateModified":"2023-06-08T13:09:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/"},"wordCount":384,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png","articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/","url":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/","name":"Install Oracle 12c Flex Cluster Easily - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png","datePublished":"2016-05-30T15:50:04+00:00","dateModified":"2023-06-08T13:09:32+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"Oracle GNS, Flex cluster, oracle 12c","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/flex_1-1.png","width":1000,"height":790},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/install-oracle-12c-flex-cluster-easily\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Oracle 12c Flex Cluster Easily"}]},{"@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\/8064","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=8064"}],"version-history":[{"count":2,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8064\/revisions"}],"predecessor-version":[{"id":25674,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8064\/revisions\/25674"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/8071"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=8064"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=8064"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=8064"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=8064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}