Hi

I'm using System.Data.OracleClient with VisualStudio.NET 2003 and trying to
connect to Oracle 9.2 database. Oracle client software for 9.2 has been
installed and I can perfectly make a connection in a Windows Forms
application. But on the same machine, I cannot make a connection in an
ASP.NET web application. The Exception is raised when I try to open the
connection as follows:

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

What is happening?

Re: Cannot open OracleConnection with Oracle 9.2 in ASP.NET by David

David
Sat Dec 04 12:10:21 CST 2004


"Dhananjay" <djdiwan@vsnl.net> wrote in message
news:%238EGFSi2EHA.1404@TK2MSFTNGP11.phx.gbl...
> Hi
>
> I'm using System.Data.OracleClient with VisualStudio.NET 2003 and trying
> to
> connect to Oracle 9.2 database. Oracle client software for 9.2 has been
> installed and I can perfectly make a connection in a Windows Forms
> application. But on the same machine, I cannot make a connection in an
> ASP.NET web application. The Exception is raised when I try to open the
> connection as follows:
>
> System.Data.OracleClient requires Oracle client software version 8.1.7
> or greater.
>
> What is happening?


Make sure that the OracleClient bin directory is in the system path.
Reboot.
Make sure that the account running the web applicaion can read from the
OracleClient bin directory.

Check out this article from Bob Beauchemin for background and
troubleshooting tips
http://www.fawcette.com/vsm/2003_01/magazine/features/beauchemin/

David



Re: Cannot open OracleConnection with Oracle 9.2 in ASP.NET by Dhananjay

Dhananjay
Tue Dec 07 09:52:55 CST 2004

Thanks David,

There was a path problem, changing it solved the problem.

"David Browne" <davidbaxterbrowne no potted meat@hotmail.com> wrote in
message news:uq03Byi2EHA.2192@TK2MSFTNGP14.phx.gbl...
>
> "Dhananjay" <djdiwan@vsnl.net> wrote in message
> news:%238EGFSi2EHA.1404@TK2MSFTNGP11.phx.gbl...
> > Hi
> >
> > I'm using System.Data.OracleClient with VisualStudio.NET 2003 and trying
> > to
> > connect to Oracle 9.2 database. Oracle client software for 9.2 has been
> > installed and I can perfectly make a connection in a Windows Forms
> > application. But on the same machine, I cannot make a connection in an
> > ASP.NET web application. The Exception is raised when I try to open the
> > connection as follows:
> >
> > System.Data.OracleClient requires Oracle client software version 8.1.7
> > or greater.
> >
> > What is happening?
>
>
> Make sure that the OracleClient bin directory is in the system path.
> Reboot.
> Make sure that the account running the web applicaion can read from the
> OracleClient bin directory.
>
> Check out this article from Bob Beauchemin for background and
> troubleshooting tips
> http://www.fawcette.com/vsm/2003_01/magazine/features/beauchemin/
>
> David
>
>



Re: Cannot open OracleConnection with Oracle 9.2 in ASP.NET by ShieldSoldier

ShieldSoldier
Fri Feb 04 20:01:01 CST 2005

I read the link above, but it didn't effect.
Could you tell me how to do this step by step?

"Dhananjay" wrote:

> Thanks David,
>
> There was a path problem, changing it solved the problem.
>
> "David Browne" <davidbaxterbrowne no potted meat@hotmail.com> wrote in
> message news:uq03Byi2EHA.2192@TK2MSFTNGP14.phx.gbl...
> >
> > "Dhananjay" <djdiwan@vsnl.net> wrote in message
> > news:%238EGFSi2EHA.1404@TK2MSFTNGP11.phx.gbl...
> > > Hi
> > >
> > > I'm using System.Data.OracleClient with VisualStudio.NET 2003 and trying
> > > to
> > > connect to Oracle 9.2 database. Oracle client software for 9.2 has been
> > > installed and I can perfectly make a connection in a Windows Forms
> > > application. But on the same machine, I cannot make a connection in an
> > > ASP.NET web application. The Exception is raised when I try to open the
> > > connection as follows:
> > >
> > > System.Data.OracleClient requires Oracle client software version 8.1.7
> > > or greater.
> > >
> > > What is happening?
> >
> >
> > Make sure that the OracleClient bin directory is in the system path.
> > Reboot.
> > Make sure that the account running the web applicaion can read from the
> > OracleClient bin directory.
> >
> > Check out this article from Bob Beauchemin for background and
> > troubleshooting tips
> > http://www.fawcette.com/vsm/2003_01/magazine/features/beauchemin/
> >
> > David
> >
> >
>
>
>