Hello,
Can someone explain me how to connect to DB with PL/SQL Developer using LDAP connections?
I have this configuration:
DLLs
TNS File
sqlnet.ora:
ldap.ora
tnsnames.ora
Thanks for help and support!
Can someone explain me how to connect to DB with PL/SQL Developer using LDAP connections?
I have this configuration:
Code:
Version 13.0.5.1908 (64 bit)
Windows 10 Build 17134
DLLs
Code:
C:\app\User\product.2.0\client_1\oci.dll
Code:
C:\app\User\product.2.0\client_1\Network\Admin\tnsnames.ora
Code:
Directory: C:\app\User\product.2.0\client_1\Network\Admin
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 2019-06-05 12:02 138 ldap.ora
-a---- 2019-06-05 11:48 27 sqlnet.ora
-a---- 2019-06-05 11:45 296 tnsnames.ora
sqlnet.ora:
Code:
NAMES.DIRECTORY_PATH=(LDAP)
ldap.ora
Code:
DEFAULT_ADMIN_CONTEXT = cn=OrcaleContext,dc=XX,dc=XX,dc=XXX
DIRECTORY_SERVERS = (oid.XX.XX.XXX:389)
DIRECTORY_SERVER_TYPE = OID
tnsnames.ora
Code:
Empty file
Thanks for help and support!
Last edited: