Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to configure application server to connect to a two-node oracle RAC database

Re: How to configure application server to connect to a two-node oracle RAC database

From: Steve Howard <stevedhoward_at_gmail.com>
Date: 30 May 2006 09:37:54 -0700
Message-ID: <1149007074.227837.313610@i39g2000cwa.googlegroups.com>


If you (or your application WAR, EAR, or whatever) are/is already instantiating the driver class with something like Class.forName("oracle.jdbc.driver.OracleDriver"), then you can change your connection string to something like...

"jdbc:oracle:oci:@your_connection_string_as_in_example_above", etc...

Regards,

Steve Received on Tue May 30 2006 - 11:37:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US