Roy Tang
Roy Tang

Reputation: 5761

Oracle Thin Driver and Transparent Failover of RAC DB

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

Upvotes: 3

Views: 5557

Answers (1)

Doug Porter
Doug Porter

Reputation: 7887

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

Upvotes: 2

Related Questions