jdbc: invalid URL?
392568Mar 13 2006 — edited Mar 14 2006Hello,
we are using JDBC to connect to an remote DB. Now our Costumer tells us, he uses the following URL in another Java-Project and it is working. We cannot find anything about it in any Documentation und we cannot get it working (java sdk 1.4, classes11, classes12, ojdbc14_g.jar).
jdbc:oracle:thin:@
(DESCRIPTION=(LOAD_BALANCE=yes)
(ADDRESS=(PROTOCOL=TCP)(HOST=Host1)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=Host2)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=Host3)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=VALID_SID)))
Can anyone tell us, if this is a valid jdbc-URL or give us an advice where to look? Thanks in advance.
greetings from Germany
henning.