HI
I have configured Rac One database and Application server Jboss with jdbc connection with right formatstring to connect Rac one node database. My problem is when i relocate database from node 1 to node2, its take for jboss application to reconnect 7 minutes. I want to know how reduce the time. Mybe i have missed some files jfiles ons.jar, udp.jar setup ..etc. To complete whole configuration. I need som suggestion how to do it from application server to connect and reconnect to Rac one node database.
My connection string :
jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(host=RacNod1)(port=1521))(address=(protocol=tcp)(host=RacNod2)(port=1521)))(connect_data=(service_name=ronservice)(failover_mode=(type=select)(method=basic))))