{"id":9642,"date":"2017-01-03T15:12:08","date_gmt":"2017-01-03T14:12:08","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/"},"modified":"2017-01-03T15:12:08","modified_gmt":"2017-01-03T14:12:08","slug":"oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/","title":{"rendered":"Oracle 12cR2 &#8211; How to Setup DataGuard observer with Oracle Wallets"},"content":{"rendered":"<h2>By William Sescu<\/h2>\n<p>I am not a big fan of having passwords in clear text laying around. This applies not only to application servers, but also for my Data Guard observer.<\/p>\n<p>I do have a script for starting the observer that is reading a config file dgobserver.cfg, and this file contains the Username, Passwords and the Connectstring to my Primary and Standby database.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">#*************************************************************\n# Connection string to the primary\nConnectStringPrim=\"sys\/Manager1@DBIT122_SITE1\"\n\n#*************************************************************\n# Connection string to the Standby\nConnectStringStdb=\"sys\/Manager1@DBIT122_SITE2\"<\/pre>\n<p>However, I don&#8217;t want to have these passwords in clear text anymore, so I setup wallets for that purpose on the observer host.<\/p>\n<p>To setup the wallet connection we need to:<\/p>\n<ul>\n<li>Create a wallet directory<\/li>\n<li>Adjust the sqlnet.ora on the observer<\/li>\n<li>Create the wallet and the credentials<\/li>\n<li>Test the connections via wallets<\/li>\n<li>Adjust the dgobserver.cfg file<\/li>\n<li>Test a Fast Start Failover<\/li>\n<\/ul>\n<p>Create a directory \/u01\/app\/oracle\/admin\/wallets and add the following to your sqlnet.ora file<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">WALLET_LOCATION =\n   (SOURCE =\n      (METHOD = FILE)\n      (METHOD_DATA = (DIRECTORY = \/u01\/app\/oracle\/admin\/wallets))\n)\n\nSQLNET.WALLET_OVERRIDE = TRUE<\/pre>\n<p>Now, create the wallet and the credentials<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@dbidg03:\/u01\/app\/oracle\/network\/admin\/ [DBIT122] mkstore -wrl \/u01\/app\/oracle\/admin\/wallets -create\nOracle Secret Store Tool : Version 12.2.0.1.0\nCopyright (c) 2004, 2016, Oracle and\/or its affiliates. All rights reserved.\n\nEnter password:\nEnter password again:\n\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] mkstore -wrl \/u01\/app\/oracle\/admin\/wallets -createCredential DBIT122_SITE1 SYS\nOracle Secret Store Tool : Version 12.2.0.1.0\nCopyright (c) 2004, 2016, Oracle and\/or its affiliates. All rights reserved.\n\nYour secret\/Password is missing in the command line\nEnter your secret\/Password:\nRe-enter your secret\/Password:\nEnter wallet password:\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] mkstore -wrl \/u01\/app\/oracle\/admin\/wallets -createCredential DBIT122_SITE2 SYS\nOracle Secret Store Tool : Version 12.2.0.1.0\nCopyright (c) 2004, 2016, Oracle and\/or its affiliates. All rights reserved.\n\nYour secret\/Password is missing in the command line\nEnter your secret\/Password:\nRe-enter your secret\/Password:\nEnter wallet password:\n\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] mkstore -wrl \/u01\/app\/oracle\/admin\/wallets -listCredential           \nOracle Secret Store Tool : Version 12.2.0.1.0\nCopyright (c) 2004, 2016, Oracle and\/or its affiliates. All rights reserved.\n\nEnter wallet password:\nList credential (index: connect_string username)\n2: DBIT122_SITE2 SYS\n1: DBIT122_SITE1 SYS\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] ls -l\ntotal 8\n-rw------- 1 oracle oinstall 957 Jan  3 13:57 cwallet.sso\n-rw------- 1 oracle oinstall   0 Jan  3 13:56 cwallet.sso.lck\n-rw------- 1 oracle oinstall 912 Jan  3 13:57 ewallet.p12\n-rw------- 1 oracle oinstall   0 Jan  3 13:56 ewallet.p12.lck<\/pre>\n<p>&nbsp;<\/p>\n<p>After everything was successfully setup, it is time to test the connection via wallets with sqlplus and with dgmgrl.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] sqlplus \/@DBIT122_SITE1 as sysdba\n\nSQL*Plus: Release 12.2.0.1.0 Production on Tue Jan 3 13:59:07 2017\n\nCopyright (c) 1982, 2016, Oracle.  All rights reserved.\n\nConnected to:\nOracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production\n\nSQL&gt; exit\n\nDisconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122] sqlplus \/@DBIT122_SITE2 as sysdba\n\nSQL*Plus: Release 12.2.0.1.0 Production on Tue Jan 3 13:59:12 2017\n\nCopyright (c) 1982, 2016, Oracle.  All rights reserved.\n\nConnected to:\nOracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production\n\nSQL&gt; exit\nDisconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production\noracle@dbidg03:\/u01\/app\/oracle\/admin\/wallets\/ [DBIT122]\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/DBIT122\/etc\/ [DBIT122] dgh\nDGMGRL for Linux: Release 12.2.0.1.0 - Production on Tue Jan 3 14:00:05 2017\n\nCopyright (c) 1982, 2016, Oracle and\/or its affiliates.  All rights reserved.\n\nWelcome to DGMGRL, type \"help\" for information.\nDGMGRL&gt; connect \/@DBIT122_SITE1\nConnected to \"DBIT122_SITE1\"\nConnected as SYSDBA.\nDGMGRL&gt; connect \/@DBIT122_SITE2\nConnected to \"DBIT122_SITE2\"\nConnected as SYSDBA.\nDGMGRL&gt; exit<\/pre>\n<p>&nbsp;<\/p>\n<p>Looks good so far, now let&#8217;s adjust the dgobserver.cfg file and start the observer.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">-- adjust the dgobserver.cfg file\n\n#*************************************************************\n# Connection string to the primary\nConnectStringPrim=\"\/@DBIT122_SITE1\"\n\n#*************************************************************\n# Connection string to the Standby\nConnectStringStdb=\"\/@DBIT122_SITE2\"\n\n-- start the observer\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/DBIT122\/etc\/ [DBIT122] dgobserver.ksh start DBIT122\n2017-01-03_14:01:02::dgobserver.ksh::SetOraEnv          ::INFO ==&gt; Environment: DBIT122 (\/u01\/app\/oracle\/product\/12.2.0\/dbhome_1)\n2017-01-03_14:01:03::dgobserver.ksh::StatusObserver     ::INFO ==&gt; Observer Stopped\n2017-01-03_14:01:04::dgobserver.ksh::StartObserver      ::INFO ==&gt; Connection to the primary database\n2017-01-03_14:01:04::dgobserver.ksh::DoCommand          ::INFO ==&gt; Start observer file='\/u01\/app\/oracle\/admin\/DBIT122\/etc\/fsfo_DBIT122.dat\n2017-01-03_14:01:06::dgobserver.ksh::StatusObserver     ::INFO ==&gt; Observer running\n2017-01-03_14:01:07::dgobserver.ksh::CleanExit          ::INFO ==&gt; Program exited with ExitCode : 0\n\noracle@dbidg03:\/u01\/app\/oracle\/admin\/DBIT122\/etc\/ [DBIT122] ps -ef | grep dgmgrl | grep -v grep\noracle 9186 1 0 14:01 pts\/0 00:00:00 dgmgrl -logfile \/u01\/app\/oracle\/admin\/DBIT122\/log\/dgobserver.log -silent start observer file='\/u01\/app\/oracle\/admin\/DBIT122\/etc\/fsfo_DBIT122.dat'\n\n<\/pre>\n<p>After everything is setup and done, it is time for the fun part. Let&#8217;s initiate a Fast start failover by shutting down the primary with abort.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">SQL&gt; shutdown abort\nORACLE instance shut down.\n\n\n-- observer log \n\n...\n14:04:49.10  Tuesday, January 03, 2017\nInitiating Fast-Start Failover to database \"DBIT122_SITE2\"...\nPerforming failover NOW, please wait...\nFailover succeeded, new primary is \"DBIT122_SITE2\"\n14:04:58.85  Tuesday, January 03, 2017\n...\n\n14:07:39.04  Tuesday, January 03, 2017\nInitiating reinstatement for database \"DBIT122_SITE1\"...\nReinstating database \"DBIT122_SITE1\", please wait...\nReinstatement of database \"DBIT122_SITE1\" succeeded\n14:08:33.19  Tuesday, January 03, 2017\n\n...<\/pre>\n<p>Cool, Fast Start Failover and the Reinstante worked as expected.<\/p>\n<h3>Conclusion<\/h3>\n<p>With Oracle wallets, I can make my DataGuard observer a little bit more secure by eliminating the passwords in clear text.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By William Sescu I am not a big fan of having passwords in clear text laying around. This applies not only to application servers, but also for my Data Guard observer. I do have a script for starting the observer that is reading a config file dgobserver.cfg, and this file contains the Username, Passwords and [&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],"tags":[999,209,1005],"type_dbi":[],"class_list":["post-9642","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","tag-dataguard","tag-oracle-12c","tag-oracle-12r2"],"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 12cR2 - How to Setup DataGuard observer with Oracle Wallets - 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\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle 12cR2 - How to Setup DataGuard observer with Oracle Wallets\" \/>\n<meta property=\"og:description\" content=\"By William Sescu I am not a big fan of having passwords in clear text laying around. This applies not only to application servers, but also for my Data Guard observer. I do have a script for starting the observer that is reading a config file dgobserver.cfg, and this file contains the Username, Passwords and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-03T14:12:08+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=\"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\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Oracle 12cR2 &#8211; How to Setup DataGuard observer with Oracle Wallets\",\"datePublished\":\"2017-01-03T14:12:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\"},\"wordCount\":260,\"commentCount\":0,\"keywords\":[\"DataGuard\",\"Oracle 12c\",\"Oracle 12R2\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\",\"name\":\"Oracle 12cR2 - How to Setup DataGuard observer with Oracle Wallets - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-01-03T14:12:08+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle 12cR2 &#8211; How to Setup DataGuard observer with Oracle Wallets\"}]},{\"@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 12cR2 - How to Setup DataGuard observer with Oracle Wallets - 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\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/","og_locale":"en_US","og_type":"article","og_title":"Oracle 12cR2 - How to Setup DataGuard observer with Oracle Wallets","og_description":"By William Sescu I am not a big fan of having passwords in clear text laying around. This applies not only to application servers, but also for my Data Guard observer. I do have a script for starting the observer that is reading a config file dgobserver.cfg, and this file contains the Username, Passwords and [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/","og_site_name":"dbi Blog","article_published_time":"2017-01-03T14:12:08+00:00","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\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Oracle 12cR2 &#8211; How to Setup DataGuard observer with Oracle Wallets","datePublished":"2017-01-03T14:12:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/"},"wordCount":260,"commentCount":0,"keywords":["DataGuard","Oracle 12c","Oracle 12R2"],"articleSection":["Database Administration &amp; Monitoring","Database management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/","name":"Oracle 12cR2 - How to Setup DataGuard observer with Oracle Wallets - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-01-03T14:12:08+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-12cr2-how-to-setup-dataguard-observer-with-oracle-wallets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle 12cR2 &#8211; How to Setup DataGuard observer with Oracle Wallets"}]},{"@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\/9642","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=9642"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9642\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=9642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=9642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=9642"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=9642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}