Oracle Thin Driver 和 RAC DB 的透明故障转移

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2084133/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 19:49:24  来源:igfitidea点击:

Oracle Thin Driver and Transparent Failover of RAC DB

javaoraclejdbcfailover

提问by Roy Tang

I know the oci driver can perform transparent failover of the database, but does the thin driver have the same capability?

我知道 oci 驱动程序可以执行数据库的透明故障转移,但是瘦驱动程序是否具有相同的功能?

采纳答案by Doug Porter

The Thin driver does not support TAF like the OCI driver does as is described in the FAQ.

瘦驱动程序不像常见问题解答中描述的 OCI 驱动程序那样支持 TAF 。

When using the Thin driver, the built-in RAC capability of Fast Connection Failover is available:

使用 Thin 驱动程序时,可以使用 Fast Connection Failover 的内置 RAC 功能:

http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/fstconfo.htm

http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/fstconfo.htm