{"id":2308,"date":"2011-01-19T06:14:20","date_gmt":"2011-01-19T10:14:20","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/"},"modified":"2011-01-19T08:12:07","modified_gmt":"2011-01-19T12:12:07","slug":"oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/","title":{"rendered":"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know"},"content":{"rendered":"<p>Oracle Internet Directory (OID) uses database as the persistent store for its data (users, group, access control, configuration&#8230;.). Oracle Database can be configured in number of high availability configuration including <strong>RAC<\/strong> (Real Application Cluster) database, Oracle Data Guard, Cold Failover Cluster &#8230;<\/p>\n<p>This post covers considerations for Oracle Internet Directory configured with a high availability Oracle database, Oracle Real Application Clusters (RAC).<\/p>\n<p><strong>OID 11g<\/strong> consists of two type of components<br \/>\n<strong>a)<\/strong> Java Components (running on WebLogic) &#8211; DIP , ODSM<br \/>\n<strong>b)<\/strong> System Component &#8211; OID LDAP processes<\/p>\n<p>Communication from Oracle Internet Directory (OID LDAP Server, odsm, dip, replication) to database can be<\/p>\n<ul>\n<li>Java-based OID components deployed to Oracle WebLogic Server (ODSM, DIP)<\/li>\n<li>Java-based OID components that are standalone Java Clients<\/li>\n<li>Non-Java or System components for OID (C-based application) like OID LDAP Server<\/li>\n<\/ul>\n<p>.<\/p>\n<p><strong>a) Java-based OID components deployed to Oracle WebLogic Server<\/strong> &#8211; For establishing connection pools, Oracle Fusion Middleware supports only &#8220;multi data sources&#8221; for the Oracle RAC back end. To know more about data source &amp; multi data sources click<a href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/11\/04\/jdbc-java-database-connectivity-in-oracle-weblogic-overview\/\" target=\"_blank\"> here<\/a> and<a href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/web.1111\/e13737\/jdbc_multidatasources.htm#JDBCA209\" target=\"_blank\"> here<\/a><\/p>\n<p><strong>Multi Datasource<\/strong> can be configured either using Fusion Middleware Control (em), Configuration Wizard (config.sh) or usign WebLogic Scripting Tool (WLST)<\/p>\n<p>When an Oracle RAC node or instance fails, session requests are redirected to another node in the cluster, either by Oracle WebLogic Server or by the Oracle Thin driver. There is no failover of existing connections, however, new connection requests from the application are managed using existing connections in the Oracle WebLogic pool or by new connections to the working Oracle RAC instance. In-flight transactions are typically rolled back when the database is the transaction manager. When the WebLogic Server is the Transaction Manager, in-flight transactions are failed over, meaning they are driven to completion or rolled back, based on the state of the transaction at the time of the failure. The data sources that form a multi data source are accessed using a <strong>round-robin scheme<\/strong> (recommended configuration)<\/p>\n<p>.<\/p>\n<p><strong>b) Java-based OID components that are standalone Java Clients<\/strong><\/p>\n<p>Java J2SE-based Oracle Fusion Middleware components can be deployed to use both the <strong>Oracle thin JDBC driver<\/strong>, or the <strong>OCI (Oracle Call Interface) based JDBC drivers<\/strong>.<\/p>\n<p>&#8211; <strong>JDBC Thin client<\/strong> is a pure Java, Type IV driver and communicates with the database using TTC (Two task Common) protocol<br \/>\n&#8211; <strong>The JDBC OCI client<\/strong> is a Type II driver and provides connections to JDBC clients over the Oracle Net protocol.<\/p>\n<p><strong>c) Non-Java \/ System Component <\/strong>&#8211; These are applications written in C like OID ldap server. These components use the &#8220;Oracle Call Interface (OCI)&#8221; layer to interact with Oracle databases OID components.\u00a0 High availability Event Notification provides a signal to the non-Java application if database failure occurs. Oracle Internet Directory integrates with high availability Event Notification. With high availability Event Notification, connections are automatically broken and cleaned up by OCI (Oracle Call Interface) and the application callback is invoked within seconds of failure.<\/p>\n<p>.<\/p>\n<p><strong>OID (11.1.1.2 and lower) Non-Java (SYSTEM) supports only TAF (Transparent application Failover).<\/strong> FCF (Fast Connection Failover is not supported). More on TAF <a href=\"http:\/\/download.oracle.com\/docs\/cd\/B28359_01\/network.111\/b28316\/advcfg.htm#NETAG338\" target=\"_blank\">here<\/a><\/p>\n<p><strong>1.<\/strong> TAF is configured using either client-side specified TNS connect string or using server-side service attributes. However, if both methods are used to configure TAF, the server-side service attributes will supersede the client-side settings. The server-side service attributes are the preferred way to set up TAF in OID.<\/p>\n<p><strong>2.<\/strong> TAF can operate in one of two modes Session Failover and Select Failover. This is denoted by FAILOVER_TYPE in V$SESSION<br \/>\na) Session Failover will re-create lost connections and sessions (<strong>SESSION<\/strong>)<br \/>\nb) Select Failover will replay queries that were in progress (<strong>SELECT<\/strong>)<\/p>\n<p>Third value <strong>NONE<\/strong> means No failover configured.<\/p>\n<p><strong>SELECT is recommended mode.<\/strong><\/p>\n<p><strong>3.<\/strong>\u00a0 TAF used METOHD to determines how fast failover occurs from the primary node to the backup node.<br \/>\n<strong>a) BASIC <\/strong>&#8211; Set to establish connections at failover time. This option requires almost no work on the backup server until failover time.<br \/>\n<strong> b) PRECONNECT<\/strong> &#8211; Set to pre-established connections. This provides faster failover but requires that the backup instance be able to support all connections from every supported instance.<\/p>\n<p><strong>4.<\/strong> To create database service and configure server-side Transparent Application Failover (TAF) settings use<\/p>\n<p><strong>SQL<img decoding=\"async\" src=\"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png\" \/><\/strong>&gt; EXECUTE<br \/>\nDBMS_SERVICE.CREATE_SERVICE(<br \/>\nSERVICE_NAME =&gt; &#8216;<strong>oid.mycompany.com<\/strong>&#8216;,<br \/>\nNETWORK_NAME =&gt; &#8216;<strong>oid.mycompany.com<\/strong>&#8216;,<br \/>\nAQ_HA_NOTIFICATIONS =&gt; TRUE,<br \/>\nFAILOVER_METHOD =&gt; DBMS_SERVICE.FAILOVER_<strong>METHOD_BASIC<\/strong>,<br \/>\nFAILOVER_TYPE =&gt; DBMS_SERVICE.FAILOVER_<strong>TYPE_SELECT<\/strong>,<br \/>\nFAILOVER_RETRIES =&gt; 5, FAILOVER_DELAY =&gt; 5);<\/p>\n<p>and then add service to database and assign to RAC database instances using <strong>SRVCTL<\/strong><\/p>\n<p>srvctl add service -d oid -s oid -r racnode1,racnode2<\/p>\n<p><strong>5.<\/strong> To verify TAF configuration in OID database use<\/p>\n<p>SQL&gt; SELECT MACHINE, FAILOVER_TYPE, FAILOVER_METHOD, FAILED_OVER, COUNT(*)<br \/>\nFROM V$SESSION<br \/>\nGROUP BY MACHINE, FAILOVER_TYPE, FAILOVER_METHOD, FAILED_OVER;<\/p>\n<p>.<\/p>\n<p><u><strong>References\/Related<\/strong><\/u><\/p>\n<ul>\n<li><a href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/core.1111\/e10106\/dbac.htm#ASHIA3300\" target=\"_blank\">High Availability Oracle Database with OID<\/a><\/li>\n<li><a href=\"http:\/\/download.oracle.com\/docs\/cd\/B28359_01\/network.111\/b28316\/advcfg.htm#i473297\" target=\"_blank\">Configuring TAF<\/a><\/li>\n<li>1250444.1 Fast Connection Failover (FCF) Support For OID 11g<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Internet Directory (OID) uses database as the persistent store for its data (users, group, access control, configuration&#8230;.). Oracle Database [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[36],"tags":[],"class_list":["post-2308","post","type-post","status-publish","format-standard","hentry","category-rac"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -<\/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:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -\" \/>\n<meta property=\"og:description\" content=\"Oracle Internet Directory (OID) uses database as the persistent store for its data (users, group, access control, configuration&#8230;.). Oracle Database [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-01-19T10:14:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-01-19T12:12:07+00:00\" \/>\n<meta property=\"og:image\" content=\"\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/\",\"name\":\"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage\"},\"thumbnailUrl\":\"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png\",\"datePublished\":\"2011-01-19T10:14:20+00:00\",\"dateModified\":\"2011-01-19T12:12:07+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage\",\"url\":\"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png\",\"contentUrl\":\"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -","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:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -","og_description":"Oracle Internet Directory (OID) uses database as the persistent store for its data (users, group, access control, configuration&#8230;.). Oracle Database [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/","article_published_time":"2011-01-19T10:14:20+00:00","article_modified_time":"2011-01-19T12:12:07+00:00","og_image":[{"url":"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/","name":"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage"},"thumbnailUrl":"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png","datePublished":"2011-01-19T10:14:20+00:00","dateModified":"2011-01-19T12:12:07+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#primaryimage","url":"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png","contentUrl":"file:\/\/\/C:\/DOCUME%7E1\/ATULKU%7E1\/LOCALS%7E1\/Temp\/moz-screenshot.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/19\/oracle-internet-directory-oid-and-real-application-cluster-rac-database-things-you-must-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2308"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2308\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}