Skip to main content
March 11, 2014
Question

CF10 Failover support for database

  • March 11, 2014
  • 1 reply
  • 640 views

Hi all,

I've been using ColdFusion 10 Standard for some time and recently noticed that there is Failover support for databases on CF10 Standard

CF10 Enterprise edition can enable Cluster for load balancing and fail over for application and sessions

What is this failover support for database on CF10 Standard edition all about?

Can't seem to find any documents or discussion about this

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

vishu_13
Inspiring
March 11, 2014

Try this :

jdbc:macromedia:oracle:@(description=(address_list= (address=(host=xxxxx.xxx.local) (protocol=tcp)(port=1568))(address=(host=xxx.xxx.local)(protocol=tcp) (port=1569)) (load_balance=yes)(failover=yes))(connect_data=(service_name=xxxxx)))

For further details check here : https://blogs.oracle.com/theshortenspot/entry/advanced_oracle_jdbc_connectio

HTH

Thanks

VJ