Transition Guide from (O)DSEE to Oracle Unified Directory (OUD) was just added to the OUD doc set.It is available...
Transition Guide from (O)DSEE to Oracle Unified Directory (OUD) was just added to the OUD doc set.It is available at http://docs.oracle.com/cd/E49437_01/doc.111220/e51265.pdf Other OUD documents are available at http://docs.oracle.com/cd/E49437_01/index.htm
Transition Guide from (O)DSEE to Oracle Unified Directory (OUD) was just added to the OUD doc set.It is available at http://docs.oracle.com/cd/E49437_01/doc.111220/e51265.pdf Other OUD documents are...
Check our documentation set for more, including Release Notes and Certification Matrix. Download ODSEE 11gR1 PS2 (aka 11.1.1.7.0) from here.
Oracle Directory Server Enterprise Edition 11gR1 PS1(11.1.1.5.0) aka 7.1 using old Sun versioning is available for download...
Oracle Directory Server Enterprise Edition 11gR1 PS1(11.1.1.5.0) aka 7.1 using old Sun versioning is available for download at http://www.oracle.com/technetwork/middleware/downloads/oid-11g-161194.html The corresponding doc set is available at http://download.oracle.com/docs/cd/E20295_01/index.htm For questions, please use the OTN dedicated forum at http://forums.oracle.com/forums/forum.jspa?forumID=877&start=0
All the Directory documentation moved from docs.sun.com to Oracle Technology Network documentation over the weekend. Here is the new...
All the Directory documentation moved from docs.sun.com to Oracle Technology Network documentation over the weekend. Here is the new link. http://www.oracle.com/technetwork/documentation/legacy-sun-identity-mgmt-193462.html#dirserveree
Every time a new client connection is treated, one of the tasks done is to log it to the access and connection logs. To log it, the canonical host name is...
Every time a new client connection is treated, one of the tasks done is to log it to the access and connection logs. To log it, the canonical host name is retrieved, probably from the DNS server. If the call to InetAddress.getCanonicalHostName() gets blocked (for instance, because of a slow DNS server or a network problem), the calling Connection Handler Thread will get blocked for some time, preventing the thread from processing the other new connections and reading from the...
Every time a new client connection is treated, one of the tasks done is to log it to the access and connection logs. To log it, the canonical host name is retrieved, probably from the DNS server....
That error message is pretty common with Directory Proxy Server. Here are the reasons why: Upon reception of a request, DPS tries to route the request to the...
That error message is pretty common with Directory Proxy Server. Here are the reasons why: Upon reception of a request, DPS tries to route the request to the target data views, based on the request (base) dn. When this step fails (misconfiguration), a "No such Object" error is returned with additional text "The entry foo=bar is not handled by the server.Then DPS selects the "best" directory server associated with the target data view according to the load-balancing algorithm....
That error message is pretty common with Directory Proxy Server. Here are the reasons why: Upon reception of a request, DPS tries to route the request to the target data views, based on the...
The goal here is still (see previous post ) to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client...
The goal here is still (see previous post ) to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client applications and w/o altering the HW load-balancers that are commonly deployed in front of the directories. In the rest of this post, we assume that client applications access the directory services via an access layer provided by the Sun/Oracle Directory Proxy Server (DPS). The second method consists in changing the...
The goal here is still (see previous post ) to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client applications and w/o altering the...
The goal here is to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client applications and w/o altering the...
The goal here is to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client applications and w/o altering the HW load-balancers that are commonly deployed in front of the directories. In the rest of this post, we assume that client applications access the directory services via an access layer provided by the Sun/Oracle Directory Proxy Server (DPS). The first method consists in changing the directory server operational state...
The goal here is to dynamically add/remove a directory server instance from the mesh with no or limited impact on the client applications and w/o altering the HW load-balancers that are commonly...
The DPS 6.x and 7.x default configuration must be slightly changed to beable to work smoothly with OID. Indeed, the DPS health-check engine might compute OID...
The DPS 6.x and 7.x default configuration must be slightly changed to beable to work smoothly with OID. Indeed, the DPS health-check engine might compute OID operational state incorrectly and consider OID down when it is up and running. There are 2 ways to fix that: either disable the proactive health-check monitoring or (recommended) change the LDAP query done to determine the backendoperational state. To do so, make sure DPS is running and launch thecommand below on each...
The DPS 6.x and 7.x default configuration must be slightly changed to beable to work smoothly with OID. Indeed, the DPS health-check engine might compute OID operational state incorrectly and...