Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LDAP: error code 32 - No Such Object

antobayMar 6 2017 — edited Mar 7 2017

Please help with SQL developer database connection using connection type LDAP. I get above error message .

The database is 11gR2

I created an Advanced Connection Type with a Custom JDBC URL similar to the following that I found on google( jdbc:oracle:thin:@ldap://ldapsrv:389/testdb1,cn=OracleContext,dc=idevelopment,dc=info ) as

jdbc:oracle:thin:@ldap://ldap-srv.tomri.ac.uk:389/OID,dc=tomri,dc=ac,dc=uk

This is the entry of my LDAP.ora

DIRECTORY_SERVERS = (ldap-srv.tomri.ac.uk:389)

DIRECTORY_SERVER_TYPE = OID

DEFAULT_ADMIN_CONTEXT = "dc=tomri,dc=ac,dc=uk"

pastedImage_50.png

I will be grateful for your assistance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2017
Added on Mar 6 2017
11 comments
3,890 views