Connect : System.Data.OracleClient requires Oracle client software version 8.1.7 or greater

hi,
im trying to connect to oracle db and already download oracle client last version 12,

im facing the same error :
Connect : System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

my connection string is :
“Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.0.0)(PORT=000))
(CONNECT_DATA=(SID=test)));Uid=User;Pwd=Pass;”

my provider name is :
“System.Data.OracleClient”

@Yazan_Otaibi

Please check this

Hope this helps

Cheers

already checked and not help

@Yazan_Otaibi

Did you happen to change the database version and check?

Cheers

the solution was to install both version 32 bit and 64 bit

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.