|
|
|
start date: Wed, 8 Aug 2007 10:40:05 -0700,
posted on: microsoft.public.dotnet.framework.adonet
back
| Thread Index |
|
1
Krishna
|
|
2
maz
|
|
3
Frans Bouma [C# MVP]
|
System.Data.OracleClient requires Oracle client software version 8
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
Date:Wed, 8 Aug 2007 10:40:05 -0700
Author:
|
Re: System.Data.OracleClient requires Oracle client software version 8
On Aug 8, 8:40 pm, Krishna wrote:
> 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.
Date:Wed, 08 Aug 2007 23:02:11 -0700
Author:
|
Re: System.Data.OracleClient requires Oracle client software version 8
Krishna wrote:
> 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#)
------------------------------------------------------------------------
Date:Thu, 09 Aug 2007 01:21:42 -0700
Author:
|
|
|