High-Availability Oracle features

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Wireless
Posts: 2
Joined: Wed 13 Sep 2006 06:13

High-Availability Oracle features

Post by Wireless » Wed 13 Sep 2006 06:27

ODAC doesn't use native Oracle client's libraries.

However, we need some important features of Oracle Net that standart Oracle client provides.

We use Oracle RAC (real application cluster) - we have two instances of the same DB on two different servers. We use two ADDRESSes on the connection descriptor - so it's uses connection load balancing, connection failover.

Does ODAC support this technique?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 13 Sep 2006 11:25

No, Net option doesn't support such functionality.

Wireless
Posts: 2
Joined: Wed 13 Sep 2006 06:13

Post by Wireless » Wed 13 Sep 2006 11:46

We bought ODAC Net.

How can we use ODAC with standard Oracle client libraries?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 13 Sep 2006 12:53

To make ODAC use Oralce client libraries set TOraSession.Options.Net to False.

Post Reply