Failover and Load Balancing
This chapter describes the failover and load balancing functions provided by tbJDBC.
Failover
Configuring Failover
Value
Description
Connection conn =
DriverManager.getConnection("jdbc:tibero:thin:@(description=(failover=session)" +
"(address_list="+
"(address=(host=svr1)(port=8629))"+
"(address=(host=svr2)(port=7629))"+
")(DATABASE_NAME=TACUAC))", "tibero", "tmax");Failover-related Connection Properties
Load balancing
Last updated

