Oracle How To
How to use OID in JDBC string
This helps resolve location of an oracle instance (host name and port) The following example shows round robin fail-over too (i.e. when first is not available the second one is used)
jdbc:oracle:thin:@ldap://oraldap1:49200/inst,cn=OracleContext,dc=oracle,dc=com ldap://oraldap2:49200/inst,cn=OracleContext,dc=oracle,dc=com
@HowTo @Oracle