Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now