Skip to Main Content

Java Programming

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!

Problem to connect RAC database JDBC

807603Nov 15 2007 — edited Nov 20 2007
Hi all,

I am facing a problem when i connected to RAC (Oracle 10g) database by JDBC in applet.Error: The Network adapter could not establish the connection.
I use the following connection String:

DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.212)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.213)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = TIGER)(FAILOVER_MODE =(TYPE = SELECT)(METHOD = BASIC)(RETRIES = 180)(DELAY = 5))))","dev","dev");

I have ping those IP. its ok also i have checked in Frame. its connect smoothly.. But, why this problem happened in Applet...

Please help me..
Thank yoy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2007
Added on Nov 15 2007
5 comments
332 views