C# – Oracle Error using c#

cnetoracle

The error is :
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

I'M using 8.1.7

Any help will be appreciated.

Best Answer

  • check that you are using Oracle client 8.1.7 or above. Open CMD prompt and run sqlplus. Look at version information.
  • Look at your PATH environment variable. Make sure that oracle client 8.1.7 or above is mentioned first (among multiple oracle clients), because AFAIK MS Oracle provider uses the first client mentioned in PATH.