I know the oci driver can perform transparent failover of the database, but does the thin driver have the same capability? Posted by Roy Tang under notes at 18 Jan 2010 5:52am #java #oracle #jdbc #failover #questions #stackoverflow #software development Also on: stackexchange / 1 Comments Doug Porter 2010-01-18 08:16:31 The Thin driver does not support TAF like the OCI driver does as is described in the FAQ. When using the Thin driver, the built-in RAC capability of Fast Connection Failover is available: http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/fstconfo.htm If you enjoyed my content for some reason, I'd love to hear from you! Here are some options: You can buy me a coffee! You can write a reply on your own site and submit the URL as a webmention via the form below. Submit Or you can just contact me! Previous Next On This Site Search Random On This Day Sketchbook Reading List Blogroll Quotes Stats Contact Things I Write About Featured Posts Weeknotes Software Development Magic the Gathering Gaming Movies TV Tech Life Philippines View All Elsewhere Twitter Mastodon Twitch LinkedIn Instagram Github Reddit Ko-fi Subscribe Everything (RSS) Blog (RSS) Notes (RSS) Photos (RSS) Links (RSS)
The Thin driver does not support TAF like the OCI driver does as is described in the FAQ.
When using the Thin driver, the built-in RAC capability of Fast Connection Failover is available:
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/fstconfo.htm