{"id":3477,"date":"2012-06-04T10:50:00","date_gmt":"2012-06-04T14:50:00","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=3477"},"modified":"2012-06-04T10:51:10","modified_gmt":"2012-06-04T14:51:10","slug":"how-to-set-oid-11g-in-debug-mode","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/","title":{"rendered":"How to set OID 11g in debug mode"},"content":{"rendered":"<p>Recently I had to troubleshoot OAM\/OIM integration where OID is used as identity store and I had to set OID 11g in debug mode. I think this will be useful to share with you all.<\/p>\n<p><strong>To set OID in debug mode<\/strong>:<\/p>\n<p>Create an ldif file with contents as shown below.<\/p>\n<p>dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry<br \/>\nchangetype: modify<br \/>\nreplace: orcldebugop<br \/>\norcldebugop: 511<\/p>\n<p>dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry<br \/>\nchangetype: modify<br \/>\nreplace: orcldebugflag<br \/>\norcldebugflag: 1<\/p>\n<p>The 1st line shows cn=oid1. Replace the oid instance as per your environment. To know the OID instance name of your environment, verify the opmnctl status.<\/p>\n<p>orcldebugop attribute is used to specify the ldap operations that needs to be traced. The possible values of orcldebugop are as shown in below table.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-3479\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg\" alt=\"\" width=\"722\" height=\"246\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg 722w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1-300x102.jpg 300w\" sizes=\"auto, (max-width: 722px) 100vw, 722px\" \/><\/a><\/p>\n<p>orcldebugflag attribute controls LDAP server debugging. Following table specifies the possible values of this attribute.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid2.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-3480\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid2.jpg\" alt=\"\" width=\"907\" height=\"402\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid2.jpg 907w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid2-300x132.jpg 300w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/a><\/p>\n<p>Run the ldap command <strong>$ORACLE_HOME\/bin\/ldapmodify -h &lt;host&gt; -p &lt;port&gt; -D &#8220;cn=orcladmin&#8221; -w &lt;password&gt; -f ldif_file_name<\/strong><\/p>\n<p><strong>To clear OID in debug mode<\/strong>:<\/p>\n<p>To clear the OID from debug mode, change the attribute values of both orcldebugflag and orcldebugop to 1 as shown below.<\/p>\n<p>Create an ldif file with contents as shown below.<\/p>\n<p>dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry<br \/>\nchangetype: modify<br \/>\nreplace: orcldebugop<br \/>\norcldebugop: 0<\/p>\n<p>dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry<br \/>\nchangetype: modify<br \/>\nreplace: orcldebugflag<br \/>\norcldebugflag: 0<\/p>\n<p>Run the ldap command <strong>$ORACLE_HOME\/bin\/ldapmodify -h &lt;host&gt; -p &lt;port&gt; -D &#8220;cn=orcladmin&#8221; -w &lt;password&gt; -f ldif_file_name<\/strong><\/p>\n<p><strong>References<\/strong>: <a href=\"http:\/\/docs.oracle.com\/cd\/E25178_01\/oid.1111\/e10029\/logging.htm\">OID documentation <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently I had to troubleshoot OAM\/OIM integration where OID is used as identity store and I had to set 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":[42],"tags":[],"class_list":["post-3477","post","type-post","status-publish","format-standard","hentry","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 set OID 11g in debug mode -<\/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\/06\/04\/how-to-set-oid-11g-in-debug-mode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set OID 11g in debug mode -\" \/>\n<meta property=\"og:description\" content=\"Recently I had to troubleshoot OAM\/OIM integration where OID is used as identity store and I had to set OID [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-04T14:50:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-06-04T14:51:10+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/\",\"name\":\"How to set OID 11g in debug mode -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg\",\"datePublished\":\"2012-06-04T14:50:00+00:00\",\"dateModified\":\"2012-06-04T14:51:10+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set OID 11g in debug mode\"}]},{\"@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 set OID 11g in debug mode -","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\/06\/04\/how-to-set-oid-11g-in-debug-mode\/","og_locale":"en_US","og_type":"article","og_title":"How to set OID 11g in debug mode -","og_description":"Recently I had to troubleshoot OAM\/OIM integration where OID is used as identity store and I had to set OID [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/","article_published_time":"2012-06-04T14:50:00+00:00","article_modified_time":"2012-06-04T14:51:10+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/","name":"How to set OID 11g in debug mode -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg","datePublished":"2012-06-04T14:50:00+00:00","dateModified":"2012-06-04T14:51:10+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/oid1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/04\/how-to-set-oid-11g-in-debug-mode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to set OID 11g in debug mode"}]},{"@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\/3477","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=3477"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3477\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=3477"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=3477"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=3477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}