Skip to Main Content

Java Database Connectivity (JDBC)

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!

jdbc: invalid URL?

392568Mar 13 2006 — edited Mar 14 2006
Hello,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2006
Added on Mar 13 2006
5 comments
1,139 views