cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect to DB system with RAC url.

Former Member
0 Kudos

Dear Experts,

We have a requirement like.. we configured file to JDBC. For receiving system they provided a RAC url which contains 2 IP Addressess for the same DB(means 2 nodes/connections to the same DB). Any one connection might be down for performance related issues for sometime and also maintaining 2 host names for the same DB.

Anyone help me in connecting to the DB using RAC url.

Thanking you,

Hemanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

See e.g. here: http://www.jugpadova.it/articles/2007/04/11/jdbc-url-for-oracle-rac

I have done it in another Java project, and it's working fine.

CSY