Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OID Odyssey
Hi Adar,
You can certainly put the name of the LDAP directory servers into the the ldap.ora file. That works correctly, and I have no problem with it. That makes the location of the directory server static. However, you're also supposed to be able to put the directory server into an SRV record in the DNS server, and have the client dynamically look it up there. This is what's not working for me.
The details of what I'm trying to do are here:
http://download-west.oracle.com/docs/cd/B14099_12/idmanage.1012/b14082/s erver.htm#sthref896
-Mark
-- Mark J. Bobak Senior Oracle Architect ProQuest Information & Learning "There are 10 types of people in the world: Those who understand binary, and those who don't." -----Original Message----- From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Yechiel Adar Sent: Tuesday, January 17, 2006 10:40 AM Cc: ORACLE-L Subject: Re: OID Odyssey Hello Mark You need ldap.ora to tell sqlnet who the directory servers are. I think that if you write computer name as directory server, sqlnet will use DNS to locate this server. i.e.: Directory_servers=server1:port:sslport,server2:port:sslport will use DNS to find server1 and server2. Adar Yechiel Rechovot, Israel Bobak, Mark wrote:Received on Tue Jan 17 2006 - 09:46:58 CST
> Sigh.....
>
>
> Ok, I've got OID and Multi-Master Replication working.
>
> Now, I'm trying to get the Oracle client to use DNS to look up an SRV
> record to locate the directory server(s).
>
>
-- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |