direct mode and failover

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
amoroder
Posts: 30
Joined: Sun 12 Sep 2010 11:33

direct mode and failover

Post by amoroder » Fri 08 May 2015 06:05

Hello,

does ODAC Support automatic Failover in direct mode?
We are running a 11qR2 cold Failover Cluster.

Regards
Andreas

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: direct mode and failover

Post by AlexP » Wed 13 May 2015 09:35

Hello,

If you have specified several servers in the Server property, you can use the onConnectionLost property and set its variable RetryMode to rmReconnect. In this case, on lost connection with the current server, there will occur an attempt to connect to the first available server.

Post Reply