LDAP Style Connection URL Support
Posted: Mon 07 Apr 2014 17:49
We use the oracle jdbc driver to access our databases using LDAP style connection URLs. For example:
jdbc:oracle:thin:@ldap://ldap.example.com:389/MYSID,cn=OracleContext,dc=example,dc=com
Many times we don't know (or care) what the actual DB server name is, and it can change, but the LDAP URL will always know/find the database by SID.
How do I setup a connection like this in dbForge Schema Conpare for Oracle, or is this not supported in any way?
jdbc:oracle:thin:@ldap://ldap.example.com:389/MYSID,cn=OracleContext,dc=example,dc=com
Many times we don't know (or care) what the actual DB server name is, and it can change, but the LDAP URL will always know/find the database by SID.
How do I setup a connection like this in dbForge Schema Conpare for Oracle, or is this not supported in any way?