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.
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.