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”