Database Networking (MOSC)

MOSC Banner

jdbc thing strings for Failover

edited Mar 28, 2012 1:14AM in Database Networking (MOSC) 5 commentsAnswered
I"m using 11g rel 2  RAC and DG 2 node environment and I"m working with Dev Team to test the next jdbc thin strings

the porpuse of this it to use it in the Failover test that We will have soon

Please could you validate or test it

Jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST =

(FAILOVER = on) (LOAD_BALANCE = no)

 

                                (ADDRESS = (PROTOCOL = TCP)(HOST = dummy1-SCAN.bankofamerica.com)(PORT = 49125))

 

                                (ADDRESS = (PROTOCOL = TCP)(HOST = dummy2-SCAN.bankofamerica.com)(PORT = 49125)))

(CONNECT_DATA =(SERVER = DEDICATED)

                           (SERVICE_NAME = serviceE_SVC_01))))

 

Jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST =

                                 (FAILOVER = on) (LOAD_BALANCE = on)

                                 (ADDRESS = (PROTOCOL = TCP)(HOST = dummy1-SCAN.bankofamerica.com)(PORT = 49125))

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center