I am having some trouble creating an LDAP connection using SQL Developer. All of the LDAP databases are not local to my machine. I am trying to connect using Oracle, with connection type: Advance and the JDBC URL:
jdbc:oracle:thin:@ldap://udcwamoam01.unix.rgbk.com:1389/dc=regions,dc=com
When I test the connection, I am receiving the following error:
Status : Failure -Test failed: IO Error: JNDI Package failure javax.naming.NameNotFoundException: [LDAP: error code 32 - The entry cn=dc=regions,dc=com specified as the search base does not exist in the Directory Server]; remaining name 'cn=dc=regions,dc=com'
Thanks,
Scott