{"id":2621,"date":"2011-08-17T04:33:26","date_gmt":"2011-08-17T08:33:26","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/"},"modified":"2011-08-17T04:35:26","modified_gmt":"2011-08-17T08:35:26","slug":"how-to-configure-oracle-internet-directory-with-a-new-configuration-set","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/","title":{"rendered":"How to configure Oracle Internet Directory with a new configuration set?"},"content":{"rendered":"<p>This post talks about configuring OID with a new configuration set. First of all, let me tell you the necessity of a configuration set. OID by default uses configuration set 0 with certain pre-defined options. To dump the default config set into an ldif file use the below command:<\/p>\n<p><font face=\"Courier New, Courier, mono\">ldapsearch -p &lt;port&gt; -h &lt;host&gt; -D cn=orcladmin -w &lt;oidpwd&gt; -L \\<br \/>\n-b \u201ccn=configset0,cn=osdldapd,cn=subconfigsubentry\u201d \\<br \/>\n-s base objectclass=* &gt; newconfigset.ldif<\/font><strong><font face=\"Courier New, Courier, mono\"><br \/>\n<\/font><\/strong><\/p>\n<p>The parameters of a configuration set may look like this:<\/p>\n<p>dn: cn=configset0, cn=osdldapd, cn=subconfigsubentry<br \/>\norclsslport: 636<br \/>\norclsslenable: 2<br \/>\norclnonsslport: 389<br \/>\norclsaslcipherchoice: rc4-56<br \/>\norclsaslcipherchoice: des<br \/>\norclsaslcipherchoice: 3des<br \/>\norclsaslcipherchoice: rc4<br \/>\norclsaslcipherchoice: rc4-40<br \/>\norclsaslauthenticationmode: 1<br \/>\norclsaslmechanism: DIGEST-MD5<br \/>\norclsaslmechanism: EXTERNAL<br \/>\norclsslversion: 3<br \/>\norclsslwalleturl: file:<br \/>\norclsslauthentication: 1<br \/>\norclnormdn: cn=configset0,cn=osdldapd,cn=subconfigsubentry<br \/>\nobjectclass: top<br \/>\nobjectclass: orclConfigSet<br \/>\nobjectclass: orclLDAPSubConfig<br \/>\ncn: configset0<\/p>\n<p>If your requirement demands tuning OID to increase certain paramets, then you may choose to configure OID with new configuration set. However, if the OID version is less than 9.0.2, then it is mandate to have OID with new config set. If the OID version is higher than 9.0.2 then default configuration set can be used for OID tuning.<\/p>\n<p>Let me give you an example of new configuration set content in an ldif format.<\/p>\n<p>dn: cn=configset1, cn=osdldapd, cn=subconfigsubentry<br \/>\norclmaxcc: 10<br \/>\norclserverprocs: 4<br \/>\norclsslversion: 3<br \/>\norclsaslmechanism: DIGEST-MD5<br \/>\norclsslauthentication: 1<br \/>\norclsslwalleturl: file:<br \/>\nobjectclass: top<br \/>\nobjectclass: orclConfigSet<br \/>\nobjectclass: orclLDAPSubConfig<br \/>\norclsslenable: 0<br \/>\norclsaslauthenticationmode: 1<br \/>\norclnonsslport: 389<br \/>\ncn: configset1<br \/>\norclsslport: 636<br \/>\norclsaslcipherchoice: RC4-56<br \/>\norclsaslcipherchoice: DES<br \/>\norclsaslcipherchoice: 3DES<\/p>\n<p>We must first load the new config set ldif file to the schema using the command given below:<\/p>\n<p><font><font face=\"Courier New, Courier, mono\">ldapadd -p &lt;PORT&gt; -h &lt;host&gt; -D cn=orcladmin -w &lt;oidpwd&gt; -f .\/newconfigset.ldif<\/font><\/font><\/p>\n<p>Let&#8217;s start with the procedure then:<\/p>\n<p>1. Stop opmnctl processes using .\/opmnctl stopall<\/p>\n<p>2. Start the oidmon process using the command\u00a0 .\/oidmon connect=SERVICE_NAME start<\/p>\n<p>Specify the SERVICE_NAME as per your environment.<\/p>\n<p>3. Check for oid processes using the command ps -ef | grep oid<\/p>\n<p>You will see the results as shown below.<\/p>\n<p>oracle\u00a0\u00a0 21360\u00a0\u00a0\u00a0\u00a0 1\u00a0 3 16:23 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:00 \/u01apps\/osinfra\/bin\/oidmon connect=idmprod opmnuid=1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 start<br \/>\noracle\u00a0\u00a0 21362\u00a0\u00a0\u00a0\u00a0 1\u00a0 4 16:23 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:00 \/u01apps\/osinfra\/bin\/oidldapd connect=idmprod -p 389\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 -i 1 -conf 0 -sport 636 -sslenable 2 key=1399907972<br \/>\noracle\u00a0\u00a0 21364\u00a0\u00a0\u00a0\u00a0 1 12 16:23 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:01 oidldapd\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 connect=idmprod control=21362 dispatcher=1 w\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 orker=2 debug=33554432 configset=0 instance=1 key=1399907972 host=nic-pidmif1a-ac trcdimension=511 lo\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gchange=TRUE port=389 sport=636<\/p>\n<p>4. There is already oidldapd instance running with default config set, we should stop it using the command .\/oidctl connect=idmprod server=oidldapd instance=1 stop<\/p>\n<p>The output of it may look like:<\/p>\n<p>NLS_LANG not set in environment<br \/>\nSetting NLS_LANG to AMERICAN_AMERICA.AL32UTF8<br \/>\noidctl:Waiting for oidmon to stop OIDLDAPD (instance=1) pid=21362<br \/>\noidctl:Waiting for oidmon to stop OIDLDAPD (instance=1) pid=21362<br \/>\noidctl:Stopped OIDLDAPD (instance=1) successfully<\/p>\n<p>5.\u00a0 Start the oidldapd process with new config set as shown below:<\/p>\n<p>.\/oidctl connect=idmprod server=oidldapd instance=1 configset=1 start<\/p>\n<p>NLS_LANG not set in environment<br \/>\nSetting NLS_LANG to AMERICAN_AMERICA.AL32UTF8<br \/>\noidctl:Waiting for oidmon to start OIDLDAPD (instance=1)<br \/>\noidctl:Started OIDLDAPD (instance=1) with PID : 21475 successfully<\/p>\n<p>6. Stop the oidmon process as shown below.<\/p>\n<p>.\/oidmon connect=idmprod stop<\/p>\n<p>7. Check the opmnctl status using .\/opmnctl status<\/p>\n<p>8. Start the opmnctl using .\/opmnctl start<\/p>\n<p>9. Start the OID process alone using\u00a0 .\/opmnctl startproc process-type=OID<\/p>\n<p>10. Check for OID processes using ps -ef | grep oid<\/p>\n<p>The output may look like:<\/p>\n<p>oracle\u00a0\u00a0 21642 21614\u00a0 4 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:00 \/u01apps\/osinfra\/bin\/oidmon connect=idmprod -opmnuid\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 501088260 start<br \/>\noracle\u00a0\u00a0 21644\u00a0\u00a0\u00a0\u00a0 1\u00a0 5 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:00 \/u01apps\/osinfra\/bin\/oidldapd connect=idmprod -p 389\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 -i 1 -conf 1 -sport 636 -sslenable 2 key=1418389310<br \/>\noracle\u00a0\u00a0 21646\u00a0\u00a0\u00a0\u00a0 1 37 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:03 oidldapd\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 connect=idmprod control=21644 dispatcher=1 w\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 orker=10 debug=33554432 configset=1 instance=1 key=1418389310 host=nic-pidmif1a-ac trcdimension=511 l\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ogchange=TRUE port=389 sport=636<br \/>\noracle\u00a0\u00a0 21648\u00a0\u00a0\u00a0\u00a0 1 34 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:03 oidldapd\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 connect=idmprod control=21644 dispatcher=1 w\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 orker=10 debug=33554432 configset=1 instance=1 key=1418389310 host=nic-pidmif1a-ac trcdimension=511 l\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ogchange=TRUE port=389 sport=636<br \/>\noracle\u00a0\u00a0 21650\u00a0\u00a0\u00a0\u00a0 1 37 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:03 oidldapd\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 connect=idmprod control=21644 dispatcher=1 w\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 orker=10 debug=33554432 configset=1 instance=1 key=1418389310 host=nic-pidmif1a-ac trcdimension=511 l\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ogchange=TRUE port=389 sport=636<br \/>\noracle\u00a0\u00a0 21652\u00a0\u00a0\u00a0\u00a0 1 34 16:26 ?\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 00:00:03 oidldapd\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 connect=idmprod control=21644 dispatcher=1 w\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 orker=10 debug=33554432 configset=1 instance=1 key=1418389310 host=nic-pidmif1a-ac trcdimension=511 l\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ogchange=TRUE port=389 sport=636<\/p>\n<p>If you notice the oidldapd process would have started with configset 1 (new config set) .<\/p>\n<p>11. Stop all opmnctl using .\/opmnctl stopall<\/p>\n<p>12. Start all opmnctl using .\/opmnctl startall<\/p>\n<p>That&#8217;s it. You are done. The same process applies even if you are modifying the default configuration set.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post talks about configuring OID with a new configuration set. First of all, let me tell you the necessity [&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":[340,341],"class_list":["post-2621","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-oid-10g","tag-tuning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to configure Oracle Internet Directory with a new configuration set? -<\/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\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to configure Oracle Internet Directory with a new configuration set? -\" \/>\n<meta property=\"og:description\" content=\"This post talks about configuring OID with a new configuration set. First of all, let me tell you the necessity [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-17T08:33:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-08-17T08:35:26+00:00\" \/>\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\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/\",\"name\":\"How to configure Oracle Internet Directory with a new configuration set? -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2011-08-17T08:33:26+00:00\",\"dateModified\":\"2011-08-17T08:35:26+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to configure Oracle Internet Directory with a new configuration set?\"}]},{\"@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 Oracle Internet Directory with a new configuration set? -","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\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/","og_locale":"en_US","og_type":"article","og_title":"How to configure Oracle Internet Directory with a new configuration set? -","og_description":"This post talks about configuring OID with a new configuration set. First of all, let me tell you the necessity [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/","article_published_time":"2011-08-17T08:33:26+00:00","article_modified_time":"2011-08-17T08:35:26+00:00","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\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/","name":"How to configure Oracle Internet Directory with a new configuration set? -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2011-08-17T08:33:26+00:00","dateModified":"2011-08-17T08:35:26+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/17\/how-to-configure-oracle-internet-directory-with-a-new-configuration-set\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to configure Oracle Internet Directory with a new configuration set?"}]},{"@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\/2621","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=2621"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2621\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2621"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2621"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}