How do I connect to Oracle from .NET 2.0?
I am using .NET 2.0 and trying to connect to an Oracle db. I have the Oracle client version 9.2 installed locally but when I step through my .NET code it keeps failing to connect. The error message is: “System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.”
Tags: Oracle
This entry was posted
on Tuesday, August 24th, 2010 at 10:05 pm and is filed under System data oracleclient.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
This could be a permissions related problem when you installed Oracle. The link I have specified below should provide you a method of clearing this issue up and hopefully it will get you up and running.
Good luck.