System.Data.OracleClient requires Oracle client software version 8

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
We are developing one web application using .Net frame work 2.0 and
Oracle 9i.
Operating System is windows server 2003 standard edition service pack 1.
We try to retrive the data to oracle database.But the System Display the
following error message.
System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater.

How to solve the problem?

Thanks in advance
T.A.Krishna
 
Hi,
We are developing one web application using .Net frame work 2.0 and
Oracle 9i.
Operating System is windows server 2003 standard edition service pack 1.
We try to retrive the data to oracle database.But the System Display the
following error message.
System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater.

How to solve the problem?

Thanks in advance
T.A.Krishna

Hi,

You must install the Oracle Data Provider for .Net (ODP.NET) ... It's
available free from Oracle at the following address:

http://www.oracle.com/technology/software/tech/windows/odpnet/index.html

Scroll through the page because there are several versions. I think
it's best to use the version of ODP that matches your database.
 
Krishna said:
Hi,
We are developing one web application using .Net frame work 2.0
and Oracle 9i.
Operating System is windows server 2003 standard edition service
pack 1. We try to retrive the data to oracle database.But the System
Display the following error message.
System.Data.OracleClient requires Oracle client software version
8.1.7 or greater.

How to solve the problem?

errr... by installing the Oracle OCI client? It comes with any oracle
install.

FB


--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top