{"id":2292,"date":"2011-01-04T12:38:12","date_gmt":"2011-01-04T16:38:12","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/"},"modified":"2017-04-12T07:51:12","modified_gmt":"2017-04-12T11:51:12","slug":"how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/","title":{"rendered":"How to configure OID AD integration (user\/group synchronization) using DIP ?"},"content":{"rendered":"<p><strong>Directory Integration Platform<\/strong> (DIP) 11g is a java application deployed on WebLogic server and used for user <strong>synchronization<\/strong> between OID and other LDAP Servers (AD, IBM Directory Server..) or provisioning between OID and applications (Portal, Collaboration Suite &#8230;).<\/p>\n<ul>\n<li>For more information on DIP Synchronization and provisioning <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/06\/07\/dip-synchronization-provisioing-connectors-dss-in-oracle-directory-services-ods-11g\/\" target=\"_blank\">click here<\/a><\/li>\n<li>To configure DIP &amp; OID on different machine <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/11\/01\/oid-11g-oid-11g-distributed-install-dipodsm-java-component-oid-ldaprepld-on-different-machine\/\" target=\"_blank\">click here<\/a><\/li>\n<\/ul>\n<p>In this post I am going to cover steps to <strong>integrate Oracle Internet Directory with Microsoft Active Directory<\/strong> using DIP.<br \/>\n<strong><u>Assumptions<\/u><\/strong>:<\/p>\n<p><strong>1. <\/strong>OID &amp; DIP are already installed and configured (OID 11g LDAP Port 3060, LDAPS Port 3131, wls_ods1 (DIP &amp; ODSM) is running on 7005 and WebLogic Admin Server is running on Port 7001)<\/p>\n<p><strong>2.<\/strong> Microsoft Active Directory is installed and listening on 389 (non ssl) port.<\/p>\n<p><span style=\"color: #ff0000;\">You can use either command line tool (expressSyncSetup) or Graphical User Interface (Fusion Middleware Control \/em)<\/span><\/p>\n<p>.<\/p>\n<p><u><strong>Integrate OID &amp; AD (User\/Group synchronization) via DIP using GUI<br \/>\n<\/strong><\/u><br \/>\n<strong> 1.<\/strong> Login to Enterprise Middleware Control\u00a0\u00a0 <strong>http:\/\/server:weblogic_admin_port\/em<\/strong>\u00a0\u00a0 (Admin Server on WebLogic should be running)<\/p>\n<p><strong>2.<\/strong> From left panel, expand <strong>Farm_<\/strong>[domain_name] -&gt; <strong>Identity And Access<\/strong> -&gt; <strong>DIP (11.1.1.X)<\/strong>\u00a0\u00a0 (<span style=\"color: #ff0000;\"><strong>wls_ods1 <\/strong>managed server on WebLogic should be running to access this<\/span>)<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\" \/><\/a><\/p>\n<p><strong>3.<\/strong> From DIP Server drop down menu (on right panel) -&gt; Administration -&gt; Synchronization Profiles<\/p>\n<p><strong> 4.<\/strong>\u00a0 Click on Create button and enter<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_2.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_2.JPG\" \/><\/a><\/p>\n<p><strong>Profile Name<\/strong> : Name of this synchronization profile<br \/>\n<strong>Direction of Synchronization<\/strong> &#8211; Use DIP-OID as? <strong>Source<\/strong> (for OID to AD ) or <strong>Destination<\/strong> (AD to OID)<br \/>\n<strong> Type<\/strong> : Active Directory (MS)\u00a0 &#8211; Select different LDAP server if you want to synchronization OID from different LDAP server.<br \/>\n<strong> Host<\/strong>: Hostname or IP of machine where Active Directory is running.<br \/>\n<strong> Port<\/strong>: LDAP server port (636 in my case as AD port)<br \/>\n<strong> SSL Settings<\/strong>: Check enabled if you are using SSL ldap port (<span style=\"color: #ff0000;\">JKS &amp; CSF should be configured &#8211; more on this coming soon<\/span>)<br \/>\n<strong>User Name<\/strong> : username of AD server<br \/>\n<strong>Password<\/strong> : password of AD user to connect<\/p>\n<p><strong>5. <\/strong>Click on Test Connection to check if DIP can connect to Active Directory (AD) Server<\/p>\n<p><strong>6.<\/strong> Once test is successful click on OK to save synchronization profile.<\/p>\n<p>Click on<\/p>\n<ul>\n<li><strong>Mapping<\/strong> (if you wish to configure any mapping rules or exclusion list at domain level or attribute level)<\/li>\n<li><strong>Filtering<\/strong> (If you wish to filter synchronization based on rules at source or target ldap server OID or AD)<\/li>\n<li><strong>Advanced<\/strong> (Change Frequency of synchronization schedule or log level)<\/li>\n<\/ul>\n<p><strong>7.<\/strong> Click on Enable Profile to enable this profile.<\/p>\n<p>.<\/p>\n<p><u><strong>Key points for OID-AD integration using DIP<\/strong><\/u><\/p>\n<p><strong>1.<\/strong> Synchronization profile is executed every <strong>one minute <\/strong>(configurable option) via <strong>Quartz scheduler<\/strong> (DIP component).<\/p>\n<p><strong> 2.<\/strong> By default AD to OID synchronization uses <strong>uSNChanged <\/strong>. More information on <strong>uSNChanged<\/strong> or <strong>DirSync<\/strong> <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/09\/29\/oid-ad-integration-import-from-ad-to-oid-dirsync-vs-usn-changed\/\" target=\"_blank\">here<\/a><\/p>\n<p><strong>3. <\/strong>To change synchronization profile from uSNChanged\u00a0 to DirSync <a href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/oid.1111\/e10031\/odip_actdir.htm#CHDGCIDI\">click here<\/a><\/p>\n<p><strong>manageSyncProfiles<\/strong> update -h host -p port -D WLS_login_ID -pf Profile_Name<br \/>\n-params &#8220;odip.profile.configfile $ORACLE_HOME\/ldap\/odi\/conf\/activeimp.cfg.master&#8221;<\/p>\n<p><strong>4.<\/strong> If you planning to configure <strong>Filtering in DIP <\/strong>check Bug 9294314: SEARCHFILTER NOT WORKING ON 11.1.1.1.0 AND 11.1.1.2.<\/p>\n<p><strong>Workaround<\/strong>:<br \/>\n<strong>a.<\/strong> For synchronization , use filter in format of searchfilter=&#8221;abc&#8221;\u00a0\u00a0 (double quotes)<br \/>\n<strong>b.<\/strong> For bootstrap, user filter in format of searchfilter=abc\u00a0 (without double quotes)<\/p>\n<p><strong>5.<\/strong> Logs of DIP are available at $DOMAIN_HOME\/servers\/wls_ods1\/logs (Where domain_home is location of WebLogic Domain) and at<\/p>\n<p>$ORACLE_INSTANCE\/diagnostics\/logs\/OID\/oid1 (Where ORACLE_INSTANCE is OID instance directory)<\/p>\n<p>&nbsp;<\/p>\n<p><u><strong>References\/Related <\/strong><\/u><\/p>\n<ul>\n<li><a href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/oid.1111\/e10031\/odip_actdir.htm\" target=\"_blank\">Integrating with Active Directory<\/a><\/li>\n<\/ul>\n<p>Did you get a chance to download Free Guide related to EBS-LOAM? If not, download it here\u00a0<a href=\"http:\/\/k21academy.com\/ebs-oam-integration-free-guide\">http:\/\/k21academy.com\/ebs-oam-integration-free-guide<\/a><\/p>\n<p><a href=\"http:\/\/k21academy.com\/ebs-oam-integration-free-guide\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11887\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM.png\" alt=\"\" width=\"1024\" height=\"154\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM.png 1024w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-150x23.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-300x45.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-768x116.png 768w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-80x12.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-220x33.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-250x38.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-280x42.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-510x77.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-750x113.png 750w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/FreeDoc_EBA_OAM-975x147.png 975w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Directory Integration Platform (DIP) 11g is a java application deployed on WebLogic server and used for user synchronization between OID [&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":[1],"tags":[],"class_list":["post-2292","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to configure OID AD integration (user\/group synchronization) using DIP ? -<\/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\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to configure OID AD integration (user\/group synchronization) using DIP ? -\" \/>\n<meta property=\"og:description\" content=\"Directory Integration Platform (DIP) 11g is a java application deployed on WebLogic server and used for user synchronization between OID [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-01-04T16:38:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-04-12T11:51:12+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\" \/>\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=\"3 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\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/\",\"name\":\"How to configure OID AD integration (user\/group synchronization) using DIP ? -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\",\"datePublished\":\"2011-01-04T16:38:12+00:00\",\"dateModified\":\"2017-04-12T11:51:12+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to configure OID AD integration (user\/group synchronization) using DIP ?\"}]},{\"@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":"How to configure OID AD integration (user\/group synchronization) using DIP ? -","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\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/","og_locale":"en_US","og_type":"article","og_title":"How to configure OID AD integration (user\/group synchronization) using DIP ? -","og_description":"Directory Integration Platform (DIP) 11g is a java application deployed on WebLogic server and used for user synchronization between OID [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/","article_published_time":"2011-01-04T16:38:12+00:00","article_modified_time":"2017-04-12T11:51:12+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/","name":"How to configure OID AD integration (user\/group synchronization) using DIP ? -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG","datePublished":"2011-01-04T16:38:12+00:00","dateModified":"2017-04-12T11:51:12+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/01\/dip_1.JPG"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/04\/how-to-configure-oid-ad-integration-usergroup-synchronization-using-dip\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to configure OID AD integration (user\/group synchronization) using DIP ?"}]},{"@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\/2292","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=2292"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2292\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2292"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}