Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF10 Failover support for database

Guest
Mar 10, 2014 Mar 10, 2014

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

616
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 11, 2014 Mar 11, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources