{"id":2863,"date":"2012-01-08T05:16:59","date_gmt":"2012-01-08T09:16:59","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/"},"modified":"2016-12-15T11:05:13","modified_gmt":"2016-12-15T15:05:13","slug":"steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/","title":{"rendered":"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change"},"content":{"rendered":"<p>In this post we are going to cover, E-Business Suite integration with OID ( Oracle Internet Directory) , a schema with apps role is used for creating the provisioning profile in OID from our\u00a0<a href=\"http:\/\/k21academy.com\/oracle-ebs-oam-integration\/\" target=\"_blank\" data-saferedirecturl=\"https:\/\/www.google.com\/url?hl=en&amp;q=http:\/\/k21academy.com\/oracle-ebs-oam-integration\/&amp;source=gmail&amp;ust=1480759695263000&amp;usg=AFQjCNEVgicnzZLXzTY54u6I5O-yhc4e1A\">EBS-OAM Integration Trainnig<\/a>.<\/p>\n<p>OID use this user credentials to establish connection with E-Business Suite Database.<\/p>\n<p><strong>Issue:-<\/strong> After updating the APPS user password in the E-Business Suite, updates in OID were not been provisioned in E-Business Suite.<\/p>\n<p>DIP server log files (<strong>$DOMAIN_HOME\/servers\/&lt;ods_managed_server&gt;\/logs<\/strong> ) shows the following error:<\/p>\n<p><em><span class=\"Apple-style-span\" style=\"color: #ff0000;\">wls_ods2-diagnostic.log:[2011-12-22T14:04:23.920+00:00] [wls_ods2] [ERROR] [DIP-20050] [oracle.dip.r12ebs_mfltest_E] \u00a0[userId: &lt;anonymous&gt;] [ecid: 0000JH_hQrM7m3D_z9k3yW1Ewm0b000002,0] [APP: DIP#11.1.1.2.0] connecting as : URL : jdbc:oracle:thin:@innowave12:1560:r12ebs , User : APPS<\/span><\/em><\/p>\n<p><em><span class=\"Apple-style-span\" style=\"color: #ff0000;\">wls_ods2-diagnostic.log:[2011-12-22T14:04:23.920+00:00] [wls_ods2] [ERROR] [DIP-20052] [oracle.dip.r12ebs_mfltest_E] \u00a0[userId: &lt;anonymous&gt;] [ecid: 0000JH_hQrM7m3D_z9k3yW1Ewm0b000002,0] [APP: DIP#11.1.1.2.0] Exception on connecting to DB.[[<\/span><\/em><\/p>\n<p><em><span class=\"Apple-style-span\" style=\"color: #ff0000;\">wls_ods2-diagnostic.log:[2011-12-22T14:04:23.921+00:00] [wls_ods2] [ERROR] [DIP-20274] [oracle.dip.r12ebs_mfltest_E] [userId: &lt;anonymous&gt;] [ecid: 0000JH_hQrM7m3D_z9k3yW1Ewm0b000002,0] [APP: DIP#11.1.1.2.0] Error occurs while initializing ProvAppToOIDSync.[[<\/span><\/em><\/p>\n<p><em><span class=\"Apple-style-span\" style=\"color: #ff0000;\">wls_ods2-diagnostic.log:[2011-12-22T14:04:23.922+00:00] [wls_ods2] [ERROR] [DIP-10509] [oracle.dip.r12ebs_mfltest_E] [userId: &lt;anonymous&gt;] [ecid: 0000JH_hQrM7m3D_z9k3yW1Ewm0b000002,0] [APP: DIP#11.1.1.2.0] Error in executing provisioning profile.[[<\/span><\/em><\/p>\n<p>The OID provisioning profile used by the E-Business suite contains the APPS username and password. If the APPS user password is changed on the E-Business suite, then it must be also be changed in the OID provisioning profile as well.<\/p>\n<p><strong>Troubleshooting:-<\/strong><\/p>\n<p><strong>1)<\/strong> Check last update for the respective provisioning profile to ensure the provisioning is not happening because of user password change:-<\/p>\n<p><strong>a)<\/strong> Login OID Node<\/p>\n<p><strong>b)<\/strong> set environment<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>cd $ORACLE_HOME\/bin<\/p>\n<p>oidprovtool operation=STATUS \\<\/p>\n<p>ldap_host=&lt;OID_Host_name&gt; ldap_port=&lt;OID_PORT&gt; \\<\/p>\n<p>ldap_user=&#8221;cn=orcladmin&#8221; \\<\/p>\n<p>application_dn=&#8221;orclApplicationCommonName=&lt;E_Business_apps_name&gt;,cn=EBusiness,cn=Products,cn=OracleContext,dc=&lt;OID_tree_structure&gt;&#8221; \\<\/p>\n<p>[\/code]<\/p>\n<p><strong>example:-<\/strong><\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>oidprovtool operation=STATUS \\<\/p>\n<p>&gt;ldap_host=innowave12.com ldap_port=3060 \\<\/p>\n<p>&gt;ldap_user=&#8221;cn=orcladmin&#8221; \u00a0\\<\/p>\n<p>&gt;application_dn=&#8221;orclApplicationCommonName=r12ebs,cn=EBusiness,cn=Products,cn=OracleContext,dc=innowave,dc=com&#8221;<\/p>\n<p>[\/code]<\/p>\n<p>You will be prompted for ldap user password and Interface connection information.<\/p>\n<p>Interface Connection information here means &#8211;&gt; &lt;Apps_DB_host&gt;:&lt;Apps_DB_Port&gt;:&lt;Apps_SID&gt;:&lt;Apps_schema_user&gt;:&lt;New_apps_password&gt;<\/p>\n<p>Please enter the LDAP password:<\/p>\n<p>Please enter the Interface connection information (Press Enter key for empty value):<\/p>\n<p>orclODIPProfileProcessingStatus: Event Propagation Successful<\/p>\n<p>orclODIPProfileLastProcessingTime: 20111215183417<\/p>\n<p>orclODIPProfileLastSuccessfulProcessingTime: 20111215183417<\/p>\n<p>orclLastAppliedChangeNumber: 707309<\/p>\n<p>orclSubscriberDisable: 0<\/p>\n<p>orclODIPProfileProcessingStatus: Event Propagation Successful<\/p>\n<p>orclODIPProfileLastProcessingTime: 20111215183415<\/p>\n<p>orclODIPProfileLastSuccessfulProcessingTime: 20111215183415<\/p>\n<p><em>Dates clearly show that last change provisioned was on 15 Dec 2011<\/em><\/p>\n<p><strong>Solution:-<\/strong>Update the Oracle Internet Directory provisioning profile with the new APPS password. This can be done by running the Oracle Internet Directory <strong>oidprovtool <\/strong>command-line utility (For detail usage click<a href=\"http:\/\/docs.oracle.com\/cd\/B28196_01\/idmanage.1014\/b15998\/syntax_odip.htm#sthref1690\" target=\"_blank\"> <span class=\"Apple-style-span\" style=\"color: #ff0000;\">Here\u00a0<\/span><\/a>)<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>oidprovtool operation=modify \\<\/p>\n<p>ldap_host=&lt;OID Server hostname&gt; ldap_port=&lt;OID Server Port&gt; \\<\/p>\n<p>ldap_user_dn=&#8221;cn=orcladmin&#8221; ldap_user_password=&lt;orcladmin Password&gt; \\<\/p>\n<p>application_dn=&#8221;&lt;The LDAP distinguished name of the application&gt;&#8221; \\<\/p>\n<p>interface_connect_info=&lt;E-Business Suite connect info of the format, host:port:Sid:username:password&gt;<\/p>\n<p>[\/code]<\/p>\n<p><strong>Example Usage:-<\/strong><\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>oidprovtool operation=modify \\<\/p>\n<p>profile_mode=OUTBOUND profile_status=enabled \\<\/p>\n<p>ldap_host=innowave12 ldap_port=3060 \\<\/p>\n<p>ldap_user_dn=&#8221;cn=orcladmin&#8221; \\<\/p>\n<p>application_dn=&#8221;orclApplicationCommonName=r12ebs,cn=EBusiness,cn=Products,cn=OracleContext,dc=innowave,dc=com&#8221; \\<\/p>\n<p>interface_connect_info=innowave12:1521:r12ebs:apps:Welcome1<\/p>\n<p>[\/code]<\/p>\n<p>Bounce DIP managed servers from OID console<\/p>\n<p>Again query for provisioning profile status and see the last processing time.<\/p>\n<p><strong>Example:-<\/strong><\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>[oid11g@innowave12.com bin]$ oidprovtool operation=STATUS \\<\/p>\n<p>&gt; \u00a0 \u00a0ldap_host=innowave12 ldap_port=3060 \\<\/p>\n<p>&gt; \u00a0 \u00a0ldap_user=&#8221;cn=orcladmin&#8221; \\<\/p>\n<p>&gt;application_dn=&#8221;orclApplicationCommonName=r12ebs,cn=EBusiness,cn=Products,cn=OracleContext,dc=innowave,dc=com&#8221;<\/p>\n<p>[\/code]<\/p>\n<p>Please enter the LDAP password:<\/p>\n<p>Please enter the Interface connection information (Press Enter key for empty value):<\/p>\n<p>Inbound profile status details:<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>orclODIPProfileLastAppliedAppEventID: 441081<\/p>\n<p>orclODIPProfileProcessingStatus: Event Propagation Successful<\/p>\n<p>orclODIPProfileLastProcessingTime: 20111222161734<\/p>\n<p>orclODIPProfileLastSuccessfulProcessingTime: 20111222161734<\/p>\n<p>Outbound profile status details:<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>orclLastAppliedChangeNumber: 795870<\/p>\n<p>orclSubscriberDisable: 0<\/p>\n<p>orclODIPProfileProcessingStatus: Event Propagation Successful<\/p>\n<p>orclODIPProfileLastProcessingTime: 20111222161725<\/p>\n<p>orclODIPProfileLastSuccessfulProcessingTime: 20111222161725<\/p>\n<p>Check Last processing time should be today&#8217;s date timestamp when you performed this action.<\/p>\n<p>To verify, create new user in OID and ensure the user get provisioned in E-Business Suide FND_USER.<\/p>\n<p><strong><u>Reference Documents<\/u><\/strong>:-<\/p>\n<ul>\n<li>Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On <strong>[ID 376811.1]<\/strong><\/li>\n<li>How to Debug a DIP eBusiness Suite Provisioning Profile <strong>[ID 340501.1]<\/strong><\/li>\n<\/ul>\n<p>Oracle Identity User Reference 10g\u00a0(10.1.4.0.1)\u00a0Part Number <strong>B15998-01<\/strong><\/p>\n<p>We provided a dedicated module for Troubleshooting where we cover Logging in <strong>WebGate<\/strong>, <strong>OHS<\/strong>, <strong>EBS Accessgate<\/strong>, <strong>DIP<\/strong>, <strong>OAM<\/strong>, and<strong> OID<\/strong> in our <a href=\"http:\/\/k21academy.com\/oracle-ebs-oam-integration\/\" target=\"_blank\">EBS-OAM\/OID Integration Training<\/a> , more about training <a href=\"http:\/\/k21academy.com\/oracle-accesss-manager\/oracle-ebs-oam-sso-integration-training\/\" target=\"_blank\">here<\/a><\/p>\n<p>If you have not yet downloaded <a href=\"http:\/\/k21academy.com\/ebs-oam-integration-free-guide\" target=\"_blank\">FREE eBook &#8211; 7 Docs every Oracle Apps DBA must read for EBS R12 integration with OAM\/OID for SSO<\/a> get a copy in your eMail.<\/p>\n<p><a href=\"http:\/\/k21academy.com\/ebs-oam-integration-free-guide\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-11599\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\" alt=\"banner__\" width=\"1024\" height=\"154\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png 1024w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-150x23.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-300x45.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-80x12.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-220x33.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-250x38.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-280x42.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-510x77.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-750x113.png 750w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-975x147.png 975w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1190x179.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this post we are going to cover, E-Business Suite integration with OID ( Oracle Internet Directory) , a schema [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":11597,"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":[445,42],"tags":[],"class_list":["post-2863","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ebs-r12-oam-integration","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change -<\/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\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change -\" \/>\n<meta property=\"og:description\" content=\"In this post we are going to cover, E-Business Suite integration with OID ( Oracle Internet Directory) , a schema [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-01-08T09:16:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-12-15T15:05:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1023\" \/>\n\t<meta property=\"og:image:height\" content=\"536\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/\",\"name\":\"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png\",\"datePublished\":\"2012-01-08T09:16:59+00:00\",\"dateModified\":\"2016-12-15T15:05:13+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage\",\"url\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png\",\"contentUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png\",\"width\":1023,\"height\":536},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change\"}]},{\"@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 : Modify OID Provisioning Profile on E-Business suite Apps Password Change -","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\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/","og_locale":"en_US","og_type":"article","og_title":"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change -","og_description":"In this post we are going to cover, E-Business Suite integration with OID ( Oracle Internet Directory) , a schema [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/","article_published_time":"2012-01-08T09:16:59+00:00","article_modified_time":"2016-12-15T15:05:13+00:00","og_image":[{"width":1023,"height":536,"url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png","type":"image\/png"}],"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\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/","name":"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage"},"thumbnailUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png","datePublished":"2012-01-08T09:16:59+00:00","dateModified":"2016-12-15T15:05:13+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#primaryimage","url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png","contentUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/image_.png","width":1023,"height":536},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/08\/steps-modify-oid-provisioning-profile-on-e-business-suite-apps-password-change\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How To : Modify OID Provisioning Profile on E-Business suite Apps Password Change"}]},{"@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\/2863","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=2863"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2863\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media\/11597"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}