LDAP and PL/SQL Developer Version 8.0.4.1514

japlha

Member
Does PL/SQL Developer version 8.0.4.1514 support connections through LDAP?
From the command line I set my PATH, ORACLE_HOME, TNS_ADMIN.
I set my sqlnet.ora file to use LDAP.
names.directory_path = (LDAP)
From this command window tnsping resolves the database name and I can connect through sqlplus. However, PL/SQL Developer cannot resolve the name when launched from this command window.
Changing my sqlnet.ora to
names.directory_path = (LDAP, TNSNAMES) works. But this solution is not practical in our environment because we are switching everything to use LDAP for Oracle name resolution.
 
LDAP is indeed supported. It is in fact completely transparent to PL/SQL Developer.

Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top