ORACLE RAC 9.2

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
intrad80
Posts: 5
Joined: Fri 05 Oct 2007 14:11

ORACLE RAC 9.2

Post by intrad80 » Fri 05 Oct 2007 14:15

Hello, does the OraDirect.NET 3.5 or 4 provider fully support Oracle 9.2 RAC installations?.
We use this connectionstring:

mStrConnection = "Data Source=" & mSqlIP & ";" & _
"User Id=" & mUserBD & ";" & _
"Sid=" & mNameBD & ";" & _
"Password=" & mPwdBD & ";" & _
"Port=" & mSqlPort & ";" & _
"Direct=true"

Thanks.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 08 Oct 2007 08:07

"Direct=true"
In direct mode we do not fully support RAC, unfortunately. You will have to implement some logic yourself (automatic host selecting, etc.).

Post Reply