access to oracle cluster with odac 6.10 in direct-mode possible

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
steve b.
Posts: 1
Joined: Wed 19 Sep 2007 07:29

access to oracle cluster with odac 6.10 in direct-mode possible

Post by steve b. » Wed 19 Sep 2007 08:02

hi,

is direct access possible to an oracle cluster? (odac 6.10)
the reason for my questions is the change in our company
oracle 8i -> oracle cluster... (next week)

which changes in my programs are necessary?
only properties of my OraSession?

host: ?? now there are more than one ??
port: remains constant as db-admin
sid: is known

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 20 Sep 2007 15:17

In Direct mode you always connect to the server in the cluster that you have specified in the host parameter of the Server property.

Post Reply