Conntect to Oracle over LDAP

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rdeutsch
Posts: 13
Joined: Mon 16 Apr 2007 09:29

Conntect to Oracle over LDAP

Post by rdeutsch » Fri 02 Nov 2018 10:44

Hi

Our customer changes the oracle connection procedure from using TnsNames to a LDAP-server which gives back the hostname dynamically.

Because that is my first get in touch with LDAP i have no idea how to implement the new connect procedure with ODAC.
Are there any code examples which could help me? Or can anyone help me anyway?

Thanks in advance and best regards,
Robert

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Conntect to Oracle over LDAP

Post by MaximG » Tue 06 Nov 2018 06:09

The TOraSession component has no option that should be set for using LDAP. This functionality is available in our components only when using OCI Mode. Configuration questions of using directory services with the Oracle client can be found in the corresponding sections of the Oracle documentation

Post Reply