Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to configure application server to connect to a two-node oracle RAC database
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
![]() |
![]() |