Loading...

Monday, March 3, 2008

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

99.99% chances are that the user account under which the application or service is running does not have sufficient privileges to access ORACLE_HOME directory. Either add the user to local administrators group or follow the instructions provided on this link:
http://dotnetjunkies.com/WebLog/rtgurskevik/archive/2005/01/19/45958.aspx

When I tried this, there was no 'Authenticated Users' in the name list by default. I simply clicked 'Add' button and typed 'authenticated users' to add it to the list.


0 comments: