System.Data.OracleClient requires Oracle client software version 8

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
 
M

maz

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.
 
F

Frans Bouma [C# MVP]

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#)
------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top